VS 2003: Win XP/SP3 compile/tests (Foundation, Net, XML, JSON, UTIL)

This commit is contained in:
Aleksandar Fabijanic
2012-09-10 03:39:50 +00:00
parent 3f23af80c3
commit 0f8264ea55
10 changed files with 192 additions and 42 deletions

View File

@@ -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>