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:
wtc%netscape.com 1999-11-19 00:58:21 +00:00
Родитель b5d7c51679
Коммит edc61d9625
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -53,11 +53,10 @@ typedef PRIntn intn;
#include <sys/types.h>
#else
typedef PRUintn uint;
#define HAVE_UINT
#endif
typedef PRUint64 uint64;
#if !defined(XP_MAC) && !defined(_WIN32) && !defined(XP_OS2)
#if !defined(XP_MAC) && !defined(_WIN32) && !defined(XP_OS2)
typedef PRUint32 uint32;
#else
typedef unsigned long uint32;