Inclusion guard fixes.

This commit is contained in:
Camilla Berglund
2013-01-15 01:59:56 +01:00
parent 1856251ffe
commit f8df91d815
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -28,8 +28,8 @@
//
//========================================================================
#ifndef _platform_h_
#define _platform_h_
#ifndef _x11_platform_h_
#define _x11_platform_h_
#include <unistd.h>
#include <signal.h>
@@ -251,4 +251,4 @@ Atom _glfwWriteSelection(XSelectionRequestEvent* request);
// Event processing
void _glfwProcessPendingEvents(void);
#endif // _platform_h_
#endif // _x11_platform_h_