fixes for Windows

This commit is contained in:
Günter Obiltschnig 2016-07-03 13:04:51 +02:00
parent f848106fca
commit f6f01e1184

View File

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