mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
Add POCO_OS_ANDROID as platfrom definitons (#2186)
* Add POCO_OS_ANDROID as platform definition * Ignore test big ping when its failing
This commit is contained in:

committed by
Aleksandar Fabijanic

parent
9feabc7723
commit
73897b4357
@@ -25,7 +25,7 @@
|
||||
#include "Poco/NamedEvent_WIN32U.h"
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "Poco/NamedEvent_WIN32.h"
|
||||
#elif defined(POCO_ANDROID)
|
||||
#elif POCO_OS == POCO_OS_ANDROID
|
||||
#include "Poco/NamedEvent_Android.h"
|
||||
#elif defined(POCO_OS_FAMILY_UNIX)
|
||||
#include "Poco/NamedEvent_UNIX.h"
|
||||
|
Reference in New Issue
Block a user