fix windows build err

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-05-19 21:23:57 -04:00
parent 1d3c8cde31
commit 37116493d3
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

@ -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