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
@@ -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_