mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 02:08:31 +12:00
Fix win32 include path
This commit is contained in:
parent
9a5c95cd76
commit
439cf04e65
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "Common/precompiled.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Common/FileStream_win32.h"
|
||||
#include "Common/windows/FileStream_win32.h"
|
||||
#else
|
||||
#include "Common/unix/FileStream_unix.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue