Bug 594769 - qcms fails to compile on mingw r=jmuizelaar a=joe

This commit is contained in:
Jacek Caban 2010-10-14 21:00:22 +00:00
Родитель db03ae2779
Коммит 96501d9fd9
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

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