mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
@@ -50,6 +50,8 @@
|
|||||||
#else
|
#else
|
||||||
#include "Poco/RWLock_WIN32.h"
|
#include "Poco/RWLock_WIN32.h"
|
||||||
#endif
|
#endif
|
||||||
|
#elif defined(POCO_ANDROID)
|
||||||
|
#include "Poco/RWLock_Android.h"
|
||||||
#elif defined(POCO_VXWORKS)
|
#elif defined(POCO_VXWORKS)
|
||||||
#include "Poco/RWLock_VX.h"
|
#include "Poco/RWLock_VX.h"
|
||||||
#else
|
#else
|
||||||
|
@@ -46,6 +46,8 @@
|
|||||||
|
|
||||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||||
#include "Poco/Semaphore_WIN32.h"
|
#include "Poco/Semaphore_WIN32.h"
|
||||||
|
#elif defined(POCO_VXWORKS)
|
||||||
|
#include "Poco/Semaphore_VX.h"
|
||||||
#else
|
#else
|
||||||
#include "Poco/Semaphore_POSIX.h"
|
#include "Poco/Semaphore_POSIX.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user