Fixing Mac build bustage.

git-svn-id: svn://10.0.0.236/trunk@159071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 17:00:18 +00:00
parent ea5f7e969a
commit 593a3eb188

View File

@@ -37,7 +37,7 @@
/*
* npapi.h $Revision: 3.36 $
* npapi.h $Revision: 3.37 $
* Netscape client plug-in API spec
*/
@@ -202,7 +202,7 @@ typedef short int16;
#endif
#ifndef _INT32
# if defined(__alpha) || defined(__amd64__) defined(__x86_64__)
# if defined(__alpha) || defined(__amd64__) || defined(__x86_64__)
typedef int int32;
# else /* __alpha */
typedef long int32;