зеркало из https://github.com/mozilla/pjs.git
This header file should not define HAVE_UINT. There should be a better
solution solution for the problem this solved.
This commit is contained in:
Родитель
b5d7c51679
Коммит
edc61d9625
|
@ -53,11 +53,10 @@ typedef PRIntn intn;
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#else
|
#else
|
||||||
typedef PRUintn uint;
|
typedef PRUintn uint;
|
||||||
#define HAVE_UINT
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef PRUint64 uint64;
|
typedef PRUint64 uint64;
|
||||||
#if !defined(XP_MAC) && !defined(_WIN32) && !defined(XP_OS2)
|
#if !defined(XP_MAC) && !defined(_WIN32) && !defined(XP_OS2)
|
||||||
typedef PRUint32 uint32;
|
typedef PRUint32 uint32;
|
||||||
#else
|
#else
|
||||||
typedef unsigned long uint32;
|
typedef unsigned long uint32;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче