Fix Android build after commit:41b6d25

This commit is contained in:
Andrey Kamaev 2012-08-17 18:28:50 +04:00
parent 9d6ccecfdd
commit ff3aa6cbe1

View File

@ -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
{ {