mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Updated inclusion guard to match header name.
This commit is contained in:
parent
f8105ed710
commit
36e5409224
|
@ -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…
Reference in New Issue
Block a user