mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-10 19:33:57 -04:00
fix windows build err
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
1d3c8cde31
commit
37116493d3
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@
|
|||
#include "core/file_sys/fs_filesystem.h"
|
||||
#include "core/file_sys/vfs/vfs_types.h"
|
||||
|
||||
#undef CreateFile
|
||||
#undef CopyFile
|
||||
#undef MoveFile
|
||||
#undef DeleteFile
|
||||
#undef CreateDirectory
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
// An enumeration representing what can be at the end of a path in a VfsFilesystem
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue