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