Move the windows.h include to the right place

This commit is contained in:
Clownacy 2020-03-14 13:25:25 +00:00
parent 8a3b5c1f7a
commit c6b77fb015

View file

@ -1,5 +1,7 @@
#pragma once
#include <windows.h>
// Visual Studio 6 is missing these, so define them here
#ifdef _MSC_VER
#ifndef VK_OEM_PLUS
@ -22,5 +24,3 @@
#define DWORD_PTR DWORD
#endif
#endif
#include <windows.h>