mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-23 08:52:31 +02:00
Some comments were pointing to Util mode instead of JSON
This commit is contained in:
parent
115f4f40e8
commit
03b7dcd3e1
@ -7,8 +7,8 @@
|
|||||||
// Package: JSON
|
// Package: JSON
|
||||||
// Module: JSON
|
// Module: JSON
|
||||||
//
|
//
|
||||||
// Basic definitions for the Poco Util library.
|
// Basic definitions for the Poco JSON library.
|
||||||
// This file must be the first file included by every other Util
|
// This file must be the first file included by every other JSON
|
||||||
// header file.
|
// header file.
|
||||||
//
|
//
|
||||||
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
|
// 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
|
// 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
|
// 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
|
// 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.
|
// defined with this macro as being exported.
|
||||||
//
|
//
|
||||||
#if defined(_WIN32) && defined(POCO_DLL)
|
#if defined(_WIN32) && defined(POCO_DLL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user