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 _x11_platform_h_
|
||||
#define _x11_platform_h_
|
||||
#ifndef _glfw3_x11_platform_h_
|
||||
#define _glfw3_x11_platform_h_
|
||||
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
@@ -263,4 +263,4 @@ void _glfwGrabXErrorHandler(void);
|
||||
void _glfwReleaseXErrorHandler(void);
|
||||
void _glfwInputXError(int error, const char* message);
|
||||
|
||||
#endif // _x11_platform_h_
|
||||
#endif // _glfw3_x11_platform_h_
|
||||
|
||||
Reference in New Issue
Block a user