mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 06:17:15 +01: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)
|
||||
#include "Event_WIN32.cpp"
|
||||
#elif defined(POCO_VXWORKS)
|
||||
#include "Event_VX.cpp"
|
||||
#else
|
||||
#include "Event_POSIX.cpp"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user