Inclusion guard fixes.

This commit is contained in:
Camilla Berglund
2013-01-15 01:59:56 +01:00
parent 1856251ffe
commit f8df91d815
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -28,8 +28,8 @@
//
//========================================================================
#ifndef _x11_glx_platform_h_
#define _x11_glx_platform_h_
#ifndef _glx_platform_h_
#define _glx_platform_h_
#define GLX_GLXEXT_LEGACY
#include <GL/glx.h>
@@ -119,4 +119,4 @@ typedef struct _GLFWlibraryGLX
} _GLFWlibraryGLX;
#endif // _x11_glx_platform_h_
#endif // _glx_platform_h_