Added prefixes to header guard macros.

This commit is contained in:
Camilla Berglund
2015-06-07 19:32:24 +02:00
parent 5f74c2afdf
commit ff67e06844
17 changed files with 51 additions and 51 deletions
+3 -3
View File
@@ -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_