mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 07:48:45 -05:00
Remove special rules for Windows.h and library includes
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
// windows.h needs to be included before other windows headers
|
||||
#include <commdlg.h> // for GetSaveFileName
|
||||
#include <direct.h> // getcwd
|
||||
#include <io.h>
|
||||
|
Reference in New Issue
Block a user