Updated inclusion guard to match header name.

This commit is contained in:
Camilla Berglund 2010-11-09 02:58:35 +01:00
parent f8105ed710
commit 36e5409224

View File

@ -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__ */