mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Added prefixes to header guard macros.
This commit is contained in:
+3
-3
@@ -24,10 +24,10 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
#ifndef _xkb_unicode_h_
|
||||
#define _xkb_unicode_h_
|
||||
#ifndef _glfw3_xkb_unicode_h_
|
||||
#define _glfw3_xkb_unicode_h_
|
||||
|
||||
|
||||
long _glfwKeySym2Unicode(unsigned int keysym);
|
||||
|
||||
#endif // _xkb_unicode_h_
|
||||
#endif // _glfw3_xkb_unicode_h_
|
||||
|
||||
Reference in New Issue
Block a user