diff options
Diffstat (limited to 'WebCore/bridge/npapi.h')
-rw-r--r-- | WebCore/bridge/npapi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/bridge/npapi.h b/WebCore/bridge/npapi.h index 5991f5b..126d513 100644 --- a/WebCore/bridge/npapi.h +++ b/WebCore/bridge/npapi.h @@ -114,14 +114,6 @@ /* Definition of Basic Types */ /*----------------------------------------------------------------------*/ -/* QNX sets the _INT16 and friends defines, but does not typedef the types */ -#ifdef __QNXNTO__ -#undef _UINT16 -#undef _INT16 -#undef _UINT32 -#undef _INT32 -#endif - #ifndef _UINT16 #define _UINT16 typedef unsigned short uint16; |