From 5fbf21c1bd3381210ebe993a9489a6afbcc1a217 Mon Sep 17 00:00:00 2001 From: xantares Date: Sat, 26 Nov 2022 18:21:54 +0100 Subject: [PATCH] RedtapeWindows: Lowercase includes for linux fs --- common/RedtapeWindows.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/RedtapeWindows.h b/common/RedtapeWindows.h index 82f7ef30b2..3c4c149cfc 100644 --- a/common/RedtapeWindows.h +++ b/common/RedtapeWindows.h @@ -28,8 +28,8 @@ #define _WIN32_WINNT 0x0A00 // Windows 10 #include -#include -#include +#include +#include #include #include