mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
fixes for Windows
This commit is contained in:
parent
f848106fca
commit
f6f01e1184
@ -31,8 +31,10 @@
|
||||
|
||||
#include "ascii.h"
|
||||
#include "Poco/XML/expat.h"
|
||||
#if defined(_WIN32_WCE)
|
||||
#if defined(_WIN32) || defined(_WIN32_WCE)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#ifdef XML_UNICODE
|
||||
|
Loading…
Reference in New Issue
Block a user