mirror of https://github.com/PCSX2/pcsx2.git
RedtapeWindows: Lowercase includes for linux fs
This commit is contained in:
parent
e4cc0e04e8
commit
5fbf21c1bd
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue