mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
fixes for Windows
This commit is contained in:
parent
b42bb014e1
commit
c88d44a5f7
@ -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…
x
Reference in New Issue
Block a user