Loading modules/plugin/tools/sdk/samples/include/npplat.h +6 −16 Original line number Diff line number Diff line Loading @@ -38,18 +38,18 @@ #ifndef _NPPLAT_H_ #define _NPPLAT_H_ #include "npapi.h" #include "npupp.h" #define HIBYTE(i) (i >> 8) #define LOBYTE(i) (i & 0xff) /**************************************************/ /* */ /* Windows */ /* */ /**************************************************/ #ifdef XP_WIN #include "windows.h" #include "npapi.h" #include "npupp.h" #endif //XP_WIN /**************************************************/ Loading @@ -58,15 +58,7 @@ /* */ /**************************************************/ #ifdef XP_UNIX #include <stdio.h> #include "npapi.h" #include "npupp.h" #define HIBYTE(i) (i >> 8) #define LOBYTE(i) (i & 0xff) #endif //XP_UNIX /**************************************************/ Loading @@ -91,7 +83,7 @@ #include <A4Stuff.h> #include "jri.h" #include "npapi.h" // The Mixed Mode procInfos defined in npupp.h assume Think C- // style calling conventions. These conventions are used by Loading @@ -108,8 +100,6 @@ #endif #endif #include "npupp.h" #ifdef __MWERKS__ #ifndef powerc #pragma pointers_in_A0 Loading Loading
modules/plugin/tools/sdk/samples/include/npplat.h +6 −16 Original line number Diff line number Diff line Loading @@ -38,18 +38,18 @@ #ifndef _NPPLAT_H_ #define _NPPLAT_H_ #include "npapi.h" #include "npupp.h" #define HIBYTE(i) (i >> 8) #define LOBYTE(i) (i & 0xff) /**************************************************/ /* */ /* Windows */ /* */ /**************************************************/ #ifdef XP_WIN #include "windows.h" #include "npapi.h" #include "npupp.h" #endif //XP_WIN /**************************************************/ Loading @@ -58,15 +58,7 @@ /* */ /**************************************************/ #ifdef XP_UNIX #include <stdio.h> #include "npapi.h" #include "npupp.h" #define HIBYTE(i) (i >> 8) #define LOBYTE(i) (i & 0xff) #endif //XP_UNIX /**************************************************/ Loading @@ -91,7 +83,7 @@ #include <A4Stuff.h> #include "jri.h" #include "npapi.h" // The Mixed Mode procInfos defined in npupp.h assume Think C- // style calling conventions. These conventions are used by Loading @@ -108,8 +100,6 @@ #endif #endif #include "npupp.h" #ifdef __MWERKS__ #ifndef powerc #pragma pointers_in_A0 Loading