From e54c884fbc78807b39f5b5ed4dbd12625cc217c2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 20 Sep 2010 20:55:14 +0200 Subject: [PATCH] Fixed order of inclusion directives. --- src/win32/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/win32/platform.h diff --git a/src/win32/platform.h b/src/win32/platform.h old mode 100644 new mode 100755 index 037f121c..112afb11 --- a/src/win32/platform.h +++ b/src/win32/platform.h @@ -43,8 +43,8 @@ #include #include -#include "../../include/GL/wglext.h" #include "../../include/GL/glfw3.h" +#include "../../include/GL/wglext.h" //========================================================================