Updated boost libraries

This commit is contained in:
Sergii Pylypenko
2014-10-11 05:49:49 +03:00
parent 3e4de48d10
commit 6195eef526
15 changed files with 7 additions and 15 deletions

View File

@@ -54,7 +54,7 @@
#endif
//Check for XSI shared memory objects. They are available in nearly all UNIX platforms
#if !defined(__QNXNTO__) /*&& !defined(ANDROID)*/
#if !defined(__QNXNTO__) && !defined(ANDROID) && !defined(__ANDROID__)
#define BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS
#endif