mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 12:55:54 +02:00
Inclusion guard fixes.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __glfw3_h__
|
||||
#define __glfw3_h__
|
||||
#ifndef _glfw3_h_
|
||||
#define _glfw3_h_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -1815,5 +1815,5 @@ GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __glfw3_h__ */
|
||||
#endif /* _glfw3_h_ */
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __glfw3_platform_h__
|
||||
#define __glfw3_platform_h__
|
||||
#ifndef _glfw3_native_h_
|
||||
#define _glfw3_native_h_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -136,5 +136,5 @@ GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow window);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __glfw3_platform_h__ */
|
||||
#endif /* _glfw3_native_h_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user