Fixing Mac build bustage.

git-svn-id: svn://10.0.0.236/trunk@159068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 16:38:06 +00:00
parent f579999756
commit 71f1d1fb29

View File

@@ -37,7 +37,7 @@
/*
* npapi.h $Revision: 3.35 $
* npapi.h $Revision: 3.36 $
* Netscape client plug-in API spec
*/
@@ -186,7 +186,7 @@ typedef unsigned short uint16;
#endif
#ifndef _UINT32
# if defined(__alpha) || defined(__amd64__) defined(__x86_64__)
# if defined(__alpha) || defined(__amd64__) || defined(__x86_64__)
typedef unsigned int uint32;
# else /* __alpha */
typedef unsigned long uint32;