[PATCH 1/2] opengl32: Move the opengl_ext.h include before the other Wine headers

Michael Stefaniuc mstefani at redhat.de
Wed Sep 5 03:55:19 CDT 2012


---
 dlls/opengl32/wgl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c
index bcf398d..e5a1bae 100644
--- a/dlls/opengl32/wgl.c
+++ b/dlls/opengl32/wgl.c
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "opengl_ext.h"
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
@@ -33,7 +34,6 @@
 #include "winternl.h"
 #include "winnt.h"
 
-#include "opengl_ext.h"
 #define WGL_WGLEXT_PROTOTYPES
 #include "wine/wglext.h"
 #include "wine/gdi_driver.h"
-- 
1.7.7.6



More information about the wine-patches mailing list