mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Updated inclusion guard to match header name.
This commit is contained in:
@@ -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__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user