mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
parent
f88dacd2c3
commit
8f487c6e83
@ -50,6 +50,8 @@
|
||||
#else
|
||||
#include "Poco/RWLock_WIN32.h"
|
||||
#endif
|
||||
#elif defined(POCO_ANDROID)
|
||||
#include "Poco/RWLock_Android.h"
|
||||
#elif defined(POCO_VXWORKS)
|
||||
#include "Poco/RWLock_VX.h"
|
||||
#else
|
||||
|
@ -46,6 +46,8 @@
|
||||
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "Poco/Semaphore_WIN32.h"
|
||||
#elif defined(POCO_VXWORKS)
|
||||
#include "Poco/Semaphore_VX.h"
|
||||
#else
|
||||
#include "Poco/Semaphore_POSIX.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user