mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Added prefixes to header guard macros.
This commit is contained in:
+3
-3
@@ -24,8 +24,8 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
#ifndef _mir_platform_h_
|
||||
#define _mir_platform_h_
|
||||
#ifndef _glfw3_mir_platform_h_
|
||||
#define _glfw3_mir_platform_h_
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <pthread.h>
|
||||
@@ -108,4 +108,4 @@ typedef struct _GLFWcursorMir
|
||||
extern void _glfwInitEventQueue(EventQueue* queue);
|
||||
extern void _glfwDeleteEventQueue(EventQueue* queue);
|
||||
|
||||
#endif // _mir_platform_h_
|
||||
#endif // _glfw3_mir_platform_h_
|
||||
|
||||
Reference in New Issue
Block a user