diff options
Diffstat (limited to 'src/opengl.c')
| -rw-r--r-- | src/opengl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl.c b/src/opengl.c index d799d18..8eea18c 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -55,9 +55,11 @@ static D3DTexture *CurrentlyBoundTexture = NULL; #define TA_MAXVERTICES 2048 #define TA_MAXTRIANGLES 2048 +#if 0 /* NVIDIA header problem */ #if GL_EXT_secondary_color extern PFNGLSECONDARYCOLORPOINTEREXTPROC pglSecondaryColorPointerEXT; #endif +#endif typedef struct VertexArray { |
