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:
warren%netscape.com
1998-08-03 21:53:49 +00:00
parent 638e21f9cb
commit 6f3eccdd4c
2 changed files with 2 additions and 8 deletions

View File

@@ -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