From 82fdc1c3ee4c5e8a1f10e2a2370c81088506e905 Mon Sep 17 00:00:00 2001
From: Ming Yue <mingyue86010@gmail.com>
Date: Fri, 28 Aug 2020 14:59:30 -0700
Subject: [PATCH] Change the header file name into lower case so it can work on
 GNU/Linux for MinGW cross-compiling. (#144)

---
 portable/MSVC-MingW/portmacro.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/portable/MSVC-MingW/portmacro.h b/portable/MSVC-MingW/portmacro.h
index 83b13b19e..38128785e 100644
--- a/portable/MSVC-MingW/portmacro.h
+++ b/portable/MSVC-MingW/portmacro.h
@@ -28,8 +28,8 @@
 #ifndef PORTMACRO_H
 #define PORTMACRO_H
 
-#include <Windows.h>
-#include <WinBase.h>
+#include <windows.h>
+#include <winbase.h>
 
 /******************************************************************************
 	Defines