mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
@@ -35,7 +35,11 @@
|
||||
|
||||
|
||||
#include "Poco/DirectoryIterator_WIN32U.h"
|
||||
#if defined(_WIN32_WCE)
|
||||
#include "Poco/File_WINCE.h"
|
||||
#else
|
||||
#include "Poco/File_WIN32U.h"
|
||||
#endif
|
||||
#include "Poco/Path.h"
|
||||
#include "Poco/UnicodeConverter.h"
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user