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

oldstable
Michael Stefaniuc 2012-09-05 10:55:19 +02:00 committed by Alexandre Julliard
parent 8fd7d3a2b3
commit 6a6806944c
1 changed files with 1 additions and 1 deletions

View File

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