shithub: cstory

Download patch

ref: c6b77fb01555a5879af4c5cfe7d12af0be2a2ec6
parent: 8a3b5c1f7a70c74f2c7f0f0a8ff58d6ae3bda971
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Mar 14 09:25:25 EDT 2020

Move the windows.h include to the right place

--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -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>