Some comments were pointing to Util mode instead of JSON

This commit is contained in:
Franky Braem 2012-09-06 17:37:22 +00:00
Родитель 115f4f40e8
Коммит 03b7dcd3e1
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -7,8 +7,8 @@
// Package: JSON
// Module: JSON
//
// Basic definitions for the Poco Util library.
// This file must be the first file included by every other Util
// Basic definitions for the Poco JSON library.
// This file must be the first file included by every other JSON
// header file.
//
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
@ -47,10 +47,10 @@
//
// The following block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the Util_EXPORTS
// from a DLL simpler. All files within this DLL are compiled with the JSON_EXPORTS
// symbol defined on the command line. this symbol should not be defined on any project
// that uses this DLL. This way any other project whose source files include this file see
// Util_API functions as being imported from a DLL, wheras this DLL sees symbols
// JSON_API functions as being imported from a DLL, wheras this DLL sees symbols
// defined with this macro as being exported.
//
#if defined(_WIN32) && defined(POCO_DLL)