Move the windows.h include to the right place
This commit is contained in:
parent
8a3b5c1f7a
commit
c6b77fb015
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
// Visual Studio 6 is missing these, so define them here
|
// Visual Studio 6 is missing these, so define them here
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#ifndef VK_OEM_PLUS
|
#ifndef VK_OEM_PLUS
|
||||||
|
@ -22,5 +24,3 @@
|
||||||
#define DWORD_PTR DWORD
|
#define DWORD_PTR DWORD
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue