mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
WinCE fixes
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
// Define to enable Windows Unicode (UTF-8) support
|
||||
#define POCO_WIN32_UTF8
|
||||
|
||||
|
||||
// Define to enable C++11 support
|
||||
//#define POCO_ENABLE_CPP11
|
||||
|
||||
@@ -132,4 +131,10 @@
|
||||
// #define POCO_NET_NO_IPv6
|
||||
|
||||
|
||||
// Windows CE has no locale support
|
||||
#if defined(_WIN32_WCE)
|
||||
#define POCO_NO_LOCALE
|
||||
#endif
|
||||
|
||||
|
||||
#endif // Foundation_Config_INCLUDED
|
||||
|
||||
@@ -50,7 +50,9 @@
|
||||
#endif
|
||||
#include <limits>
|
||||
#include <cmath>
|
||||
#if !defined(POCO_NO_LOCALE)
|
||||
#include <locale>
|
||||
#endif
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
@@ -421,7 +421,9 @@ typedef uLong FAR uLongf;
|
||||
|
||||
#ifdef STDC
|
||||
# ifndef Z_SOLO
|
||||
# include <sys/types.h> /* for off_t */
|
||||
# ifndef _WIN32_WCE
|
||||
# include <sys/types.h> /* for off_t */
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user