protect extensions from cppparser

This commit is contained in:
David Rose 2004-02-09 18:10:25 +00:00
parent 3517fa4bf9
commit 82c77e5715

View File

@ -39,7 +39,6 @@ typedef int XIC;
#else #else
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <GL/glx.h> #include <GL/glx.h>
#endif // CPPPARSER
#ifndef GLX_VERSION_1_3 #ifndef GLX_VERSION_1_3
// Pre-glx 1.3, these GLXFBConfig definitions might have been // Pre-glx 1.3, these GLXFBConfig definitions might have been
@ -54,6 +53,7 @@ typedef int XIC;
#define glXDestroyPbuffer glXDestroyGLXPbufferSGIX #define glXDestroyPbuffer glXDestroyGLXPbufferSGIX
#endif // GLX_VERSION_1_3 #endif // GLX_VERSION_1_3
#endif // CPPPARSER
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : glxGraphicsPipe // Class : glxGraphicsPipe