Commit 6a680694 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

opengl32: Move the opengl_ext.h include before the other Wine headers.

parent 8fd7d3a2
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "opengl_ext.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winuser.h" #include "winuser.h"
...@@ -33,7 +34,6 @@ ...@@ -33,7 +34,6 @@
#include "winternl.h" #include "winternl.h"
#include "winnt.h" #include "winnt.h"
#include "opengl_ext.h"
#define WGL_WGLEXT_PROTOTYPES #define WGL_WGLEXT_PROTOTYPES
#include "wine/wglext.h" #include "wine/wglext.h"
#include "wine/gdi_driver.h" #include "wine/gdi_driver.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment