mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
(RGL PS3) Take out MSVC ifdefs
This commit is contained in:
parent
47a243ba97
commit
3690144440
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user