Fixing Mac build bustage.
git-svn-id: svn://10.0.0.236/trunk@159068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user