Fix Android build after commit:41b6d25

pull/11/head
Andrey Kamaev 13 years ago
parent 9d6ccecfdd
commit ff3aa6cbe1
  1. 2
      modules/core/src/system.cpp

@ -965,7 +965,7 @@ struct Mutex::Impl
int refcount; int refcount;
}; };
#elif defined __linux__ #elif defined __linux__ && !defined ANDROID
struct Mutex::Impl struct Mutex::Impl
{ {

Loading…
Cancel
Save