mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[MESA32]
Include headers in the proper order. Fixes mesa32 build. svn path=/trunk/; revision=54362
This commit is contained in:
parent
1558368570
commit
c24b5b0586
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <wincon.h>
|
||||
#include <winbase.h>
|
||||
#include <wincon.h>
|
||||
|
||||
# if defined(BUILD_GL32)
|
||||
# define WINGDIAPI __declspec(dllexport)
|
||||
|
|
Loading…
Reference in a new issue