shithub: cstory

Download patch

ref: 766f24188fb502e2d3dcefb400d16bdfdf3a281c
parent: 9f81f9e0805ed22995527b25658b6f18d1a82682
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Aug 30 15:30:35 EDT 2019

Correct a header name

Windows isn't case-sensitive, but MinGW-w64 on Linux is.

--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -1,7 +1,7 @@
 #pragma once
 
 #ifdef WINDOWS
-#include <Windows.h>
+#include <windows.h>
 // Avoid name collisions
 #undef DrawText
 #undef FindResource