Added shmem and vcmi updates for that implementation

This commit is contained in:
Gerhard Stein
2013-12-07 13:31:30 +01:00
parent 5b8ced6c15
commit 5aefe6b127
4 changed files with 5 additions and 5 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)*/
#define BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS
#endif