fixed GH #2824: Poco::Environment missing UTF8/wstring support on Windows

This commit is contained in:
Günter Obiltschnig 2020-01-21 21:36:08 +01:00
parent 2327592bab
commit bd3c75293e

View File

@ -26,7 +26,7 @@
#if defined(_WIN32_WCE)
#include "Environment_WINCE.cpp"
#else
#include "Environment_WIN32.cpp"
#include "Environment_WIN32U.cpp"
#endif
#endif