From 3690144440c751c3c2c9e15c097741bc558f64d1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 18 Feb 2014 22:12:06 +0100 Subject: [PATCH] (RGL PS3) Take out MSVC ifdefs --- ps3/rgl/include/Cg/CgInternal.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ps3/rgl/include/Cg/CgInternal.h b/ps3/rgl/include/Cg/CgInternal.h index 1988346807..53f46e3796 100644 --- a/ps3/rgl/include/Cg/CgInternal.h +++ b/ps3/rgl/include/Cg/CgInternal.h @@ -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 {