(RGL PS3) Take out MSVC ifdefs

This commit is contained in:
twinaphex 2014-02-18 22:12:06 +01:00
parent 47a243ba97
commit 3690144440

View File

@ -72,22 +72,12 @@ extern "C" {
} }
CgParameterEntry; CgParameterEntry;
#ifdef MSVC
#pragma warning( push )
#pragma warning ( disable : 4200 )
#endif
typedef struct _CgParameterArray typedef struct _CgParameterArray
{ {
unsigned short arrayType; unsigned short arrayType;
unsigned short dimensionCount; unsigned short dimensionCount;
unsigned short dimensions[]; unsigned short dimensions[];
} } CgParameterArray; //padded to 4 bytes
CgParameterArray; //padded to 4 bytes
#ifdef MSVC
#pragma warning( pop )
#endif
typedef struct _CgParameterStructure typedef struct _CgParameterStructure
{ {