From 36e5409224112808f95e9f874ac855504634c2ee Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 9 Nov 2010 02:58:35 +0100 Subject: [PATCH] Updated inclusion guard to match header name. --- include/GL/glfw3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 88fc8f45..4a12955d 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -27,8 +27,8 @@ * *************************************************************************/ -#ifndef __glfw_h_ -#define __glfw_h_ +#ifndef __glfw3_h__ +#define __glfw3_h__ #ifdef __cplusplus extern "C" { @@ -490,5 +490,5 @@ GLFWAPI void glfwDisable(GLFWwindow window, int token); } #endif -#endif /* __glfw_h_ */ +#endif /* __glfw3_h__ */