mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-28 23:24:09 +02:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
parent
1fedc0d674
commit
32acc2e156
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||||
#include "Event_WIN32.cpp"
|
#include "Event_WIN32.cpp"
|
||||||
|
#elif defined(POCO_VXWORKS)
|
||||||
|
#include "Event_VX.cpp"
|
||||||
#else
|
#else
|
||||||
#include "Event_POSIX.cpp"
|
#include "Event_POSIX.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user