Updated inclusion guard to match header name.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent f8105ed710
commit 36e5409224
  1. 6
      include/GL/glfw3.h

@ -27,8 +27,8 @@
* *
*************************************************************************/ *************************************************************************/
#ifndef __glfw_h_ #ifndef __glfw3_h__
#define __glfw_h_ #define __glfw3_h__
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -490,5 +490,5 @@ GLFWAPI void glfwDisable(GLFWwindow window, int token);
} }
#endif #endif
#endif /* __glfw_h_ */ #endif /* __glfw3_h__ */

Loading…
Cancel
Save