зеркало из https://github.com/mozilla/gecko-dev.git
No relative paths for Mac, please. Wrapped #include in #ifdef XP_MAC.
This commit is contained in:
Родитель
9b82a28284
Коммит
c900b776c0
|
@ -46,7 +46,11 @@
|
|||
#include "prthread.h"
|
||||
/* This is a private NSPR header - cls */
|
||||
#ifdef OJI
|
||||
#include "private/pprthred.h"
|
||||
#ifdef XP_MAC
|
||||
#include "pprthred.h"
|
||||
#else
|
||||
#include "private/pprthred.h"
|
||||
#endif
|
||||
#endif
|
||||
#include "prtypes.h"
|
||||
#include "nsHashtable.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче