mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Added preprocessor guards for "define"s.
This commit is contained in:
@@ -23,7 +23,9 @@
|
|||||||
// Define to enable Windows Unicode (UTF-8) support
|
// Define to enable Windows Unicode (UTF-8) support
|
||||||
// NOTE: As of POCO C++ Libraries release 1.6.0, compiling POCO
|
// NOTE: As of POCO C++ Libraries release 1.6.0, compiling POCO
|
||||||
// without POCO_WIN32_UTF8 defined on Windows is deprecated.
|
// without POCO_WIN32_UTF8 defined on Windows is deprecated.
|
||||||
|
#ifndef POCO_WIN32_UTF8
|
||||||
#define POCO_WIN32_UTF8
|
#define POCO_WIN32_UTF8
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Define to enable C++11 support
|
// Define to enable C++11 support
|
||||||
@@ -90,7 +92,10 @@
|
|||||||
// !!! for std::aligned_storage. !!!
|
// !!! for std::aligned_storage. !!!
|
||||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
//
|
//
|
||||||
|
#ifndef POCO_NO_SOO
|
||||||
#define POCO_NO_SOO
|
#define POCO_NO_SOO
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Small object size in bytes. When assigned to Any or Var,
|
// Small object size in bytes. When assigned to Any or Var,
|
||||||
|
|||||||
Reference in New Issue
Block a user