mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
parent
8cd1c2469d
commit
d3920a5dbf
@ -40,9 +40,15 @@
|
||||
|
||||
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS) && defined(POCO_WIN32_UTF8)
|
||||
#if defined(_WIN32_WCE)
|
||||
#include "File_WINCE.cpp"
|
||||
#else
|
||||
#include "File_WIN32U.cpp"
|
||||
#endif
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "File_WIN32.cpp"
|
||||
#elif defined(POCO_VXWORKS)
|
||||
#include "File_VX.cpp"
|
||||
#elif defined(POCO_OS_FAMILY_UNIX)
|
||||
#include "File_UNIX.cpp"
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user