engine: platform: win32: fix build by restoring previous win32 header inclusion order
This commit is contained in:
parent
1cef8ea7af
commit
97fa395a3b
1 changed files with 5 additions and 5 deletions
|
@ -13,17 +13,17 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <winnt.h>
|
|
||||||
#include <dbghelp.h>
|
|
||||||
#include <psapi.h>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#include "platform/platform.h"
|
#include "platform/platform.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets
|
#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets
|
||||||
|
|
||||||
#if DBGHELP
|
#if DBGHELP
|
||||||
|
#include <winnt.h>
|
||||||
|
#include <dbghelp.h>
|
||||||
|
#include <psapi.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifndef XASH_SDL
|
#ifndef XASH_SDL
|
||||||
typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue