h5, fxglide.h: don't limit forward declaration of struct GrGC_s to gcc
This commit is contained in:
@@ -939,10 +939,7 @@ void FX_CSTYLE _grDrawVertexList_3DNow_Window(FxU32 pktype, FxU32 type, FxI32 mo
|
||||
void FX_CSTYLE _grDrawVertexList_3DNow_Clip(FxU32 pktype, FxU32 type, FxI32 mode, FxI32 count, void *pointers);
|
||||
#endif /* GL_AMD3D */
|
||||
|
||||
/* Define this structure otherwise it assumes the structure only exists
|
||||
within the function */
|
||||
struct GrGC_s;
|
||||
|
||||
/* _GlideRoot.curTexProcs is an array of (possibly specialized
|
||||
* function pointers indexed by texture format size (8/16 bits) and
|
||||
* texture line width (1/2/4/>4).
|
||||
|
||||
@@ -1369,12 +1369,7 @@ void FX_CSTYLE _grDrawVertexList_SSE_Window(FxU32 pktype, FxU32 type, FxI32 mode
|
||||
void FX_CSTYLE _grDrawVertexList_SSE_Clip(FxU32 pktype, FxU32 type, FxI32 mode, FxI32 count, void *pointers);
|
||||
#endif /* GL_SSE */
|
||||
|
||||
#ifdef __GNUC__
|
||||
/* Define this structure otherwise it assumes the structure only exists
|
||||
within the function */
|
||||
struct GrGC_s;
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
/* _GlideRoot.curTexProcs is an array of (possibly specialized)
|
||||
* function pointers indexed by texture format size (8/16 bits for
|
||||
* pre-Napalm, 4/8/16/32 for Napalm) and texture line width (1/2/4/>4).
|
||||
|
||||
Reference in New Issue
Block a user