Include headers in the proper order. Fixes mesa32 build.

svn path=/trunk/; revision=54362
This commit is contained in:
Pierre Schweitzer 2011-11-12 13:04:59 +00:00
parent 1558368570
commit c24b5b0586

View file

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