r=smontagu, sr=blizzard, a=asa
Os/2 only - Move #pragma pack so include of os2.h doesn't override it


git-svn-id: svn://10.0.0.236/trunk@116036 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-03-07 06:15:10 +00:00
parent a38936a110
commit 785233a7b5

View File

@@ -54,10 +54,10 @@
#define nsplugindefs_h___
#if defined(XP_OS2) || defined(__OS2__)
#pragma pack(1)
#define INCL_BASE
#define INCL_PM
#include <os2.h>
#pragma pack(1)
#endif
#ifndef prtypes_h___