mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
VS 2003: Win XP/SP3 compile/tests (Foundation, Net, XML, JSON, UTIL)
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
// Reduce bloat
|
||||
#if defined(_WIN32)
|
||||
#if !defined(WIN32_LEAN_AND_MEAN) && !defined(POCO_BLOATED_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
Reference in New Issue
Block a user