mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 22:29:47 +01:00
fixed GH #2824: Poco::Environment missing UTF8/wstring support on Windows
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#if defined(_WIN32_WCE)
|
||||
#include "Environment_WINCE.cpp"
|
||||
#else
|
||||
#include "Environment_WIN32.cpp"
|
||||
#include "Environment_WIN32U.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user