зеркало из https://github.com/mozilla/pjs.git
Bug 594769 - qcms fails to compile on mingw r=jmuizelaar a=joe
This commit is contained in:
Родитель
db03ae2779
Коммит
96501d9fd9
|
@ -25,9 +25,7 @@ typedef PRUint64 uint64_t;
|
|||
#ifdef __OS2__
|
||||
/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
|
||||
#include <stdlib.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
/* FreeBSD typedefs uintptr_t in /usr/include/sys/types.h */
|
||||
#else
|
||||
#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
|
||||
typedef PRUptrdiff uintptr_t;
|
||||
#endif
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче