mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
IOS/FS/Filesystem: Work around macro problem
This commit is contained in:
parent
12a26453e9
commit
967252dded
@ -9,6 +9,11 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
// TODO: Horrible hack, remove ASAP!
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Result.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user