зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1256089 - Fix Mutex support for tier-3 platforms; r=froydnj
This commit is contained in:
Родитель
517605b022
Коммит
b958bb0b21
|
@ -42,7 +42,7 @@ private:
|
|||
#elif defined(_WIN32)
|
||||
void* platformData_[6];
|
||||
#else
|
||||
#error "Mutex platform data size isn't known for this platform"
|
||||
void* platformData_[64 / sizeof(void*)];
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче