Removed ifdef NSPR20 for unix text plugin.
git-svn-id: svn://10.0.0.236/trunk@7148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* npapi.h $Revision: 3.5 $
|
||||
* Netscape client plug-in API spec
|
||||
*/
|
||||
|
||||
@@ -134,13 +135,11 @@ typedef unsigned short uint16;
|
||||
#endif
|
||||
|
||||
#ifndef _UINT32
|
||||
# ifndef NSPR20
|
||||
# if defined(__alpha)
|
||||
typedef unsigned int uint32;
|
||||
# else /* __alpha */
|
||||
typedef unsigned long uint32;
|
||||
# endif /* __alpha */
|
||||
# endif /* NSPR20 */
|
||||
#endif
|
||||
|
||||
#ifndef _INT16
|
||||
@@ -148,13 +147,11 @@ typedef short int16;
|
||||
#endif
|
||||
|
||||
#ifndef _INT32
|
||||
# ifndef NSPR20
|
||||
# if defined(__alpha)
|
||||
typedef int int32;
|
||||
# else /* __alpha */
|
||||
typedef long int32;
|
||||
# endif /* __alpha */
|
||||
# endif /* NSPR20 */
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
|
||||
Reference in New Issue
Block a user