RedtapeWindows: Lowercase includes for linux fs

This commit is contained in:
xantares 2022-11-26 18:21:54 +01:00 committed by refractionpcsx2
parent e4cc0e04e8
commit 5fbf21c1bd
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#define _WIN32_WINNT 0x0A00 // Windows 10
#include <windows.h>
#include <VersionHelpers.h>
#include <ShTypes.h>
#include <versionhelpers.h>
#include <shtypes.h>
#include <timeapi.h>
#include <tchar.h>