mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
fixed GH #2824: Poco::Environment missing UTF8/wstring support on Windows
This commit is contained in:
parent
2327592bab
commit
bd3c75293e
@ -26,7 +26,7 @@
|
||||
#if defined(_WIN32_WCE)
|
||||
#include "Environment_WINCE.cpp"
|
||||
#else
|
||||
#include "Environment_WIN32.cpp"
|
||||
#include "Environment_WIN32U.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user