Updated boost libraries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user