mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added prefixes to header guard macros.
This commit is contained in:
+3
-3
@@ -25,8 +25,8 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
#ifndef _egl_context_h_
|
||||
#define _egl_context_h_
|
||||
#ifndef _glfw3_egl_context_h_
|
||||
#define _glfw3_egl_context_h_
|
||||
|
||||
#include <EGL/egl.h>
|
||||
|
||||
@@ -77,4 +77,4 @@ int _glfwAnalyzeContext(const _GLFWwindow* window,
|
||||
const _GLFWctxconfig* ctxconfig,
|
||||
const _GLFWfbconfig* fbconfig);
|
||||
|
||||
#endif // _egl_context_h_
|
||||
#endif // _glfw3_egl_context_h_
|
||||
|
||||
Reference in New Issue
Block a user