From 82c77e57153c250fe1d80850b141af466545d73a Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Feb 2004 18:10:25 +0000 Subject: [PATCH] protect extensions from cppparser --- panda/src/glxdisplay/glxGraphicsPipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glxdisplay/glxGraphicsPipe.h b/panda/src/glxdisplay/glxGraphicsPipe.h index 3d0a42bd01..6e7e9c0d13 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.h +++ b/panda/src/glxdisplay/glxGraphicsPipe.h @@ -39,7 +39,6 @@ typedef int XIC; #else #include #include -#endif // CPPPARSER #ifndef GLX_VERSION_1_3 // Pre-glx 1.3, these GLXFBConfig definitions might have been @@ -54,6 +53,7 @@ typedef int XIC; #define glXDestroyPbuffer glXDestroyGLXPbufferSGIX #endif // GLX_VERSION_1_3 +#endif // CPPPARSER //////////////////////////////////////////////////////////////////// // Class : glxGraphicsPipe