(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;
#ifdef MSVC
#pragma warning( push )
#pragma warning ( disable : 4200 )
#endif
typedef struct _CgParameterArray
{
unsigned short arrayType;
unsigned short dimensionCount;
unsigned short dimensions[];
}
CgParameterArray; //padded to 4 bytes
#ifdef MSVC
#pragma warning( pop )
#endif
} CgParameterArray; //padded to 4 bytes
typedef struct _CgParameterStructure
{