Added preprocessor guards for "define"s.

This commit is contained in:
hakan
2016-05-19 13:02:41 -07:00
parent 43accdff89
commit 49a4eb7eb6

View File

@@ -23,7 +23,9 @@
// Define to enable Windows Unicode (UTF-8) support
// NOTE: As of POCO C++ Libraries release 1.6.0, compiling POCO
// without POCO_WIN32_UTF8 defined on Windows is deprecated.
#ifndef POCO_WIN32_UTF8
#define POCO_WIN32_UTF8
#endif
// Define to enable C++11 support
@@ -90,7 +92,10 @@
// !!! for std::aligned_storage. !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//
#ifndef POCO_NO_SOO
#define POCO_NO_SOO
#endif
// Small object size in bytes. When assigned to Any or Var,