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
32acc2e156
commit
39af0d09f8
@ -46,6 +46,8 @@
|
||||
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "Poco/Event_WIN32.h"
|
||||
#elif defined(POCO_VXWORKS)
|
||||
#include "Poco/Event_VX.h"
|
||||
#else
|
||||
#include "Poco/Event_POSIX.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user