mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 19:23:54 +00:00
Windows should support regular slashes
This commit is contained in:
parent
3cbd496186
commit
40a783207c
|
|
@ -10,11 +10,7 @@
|
|||
#include <fios2.h>
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
const wchar_t File::pathSeparator = L'/';
|
||||
#else
|
||||
const wchar_t File::pathSeparator = L'\\';
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
const std::wstring File::pathRoot = L"GAME:"; // Path root after pathSeparator has been removed
|
||||
|
|
|
|||
Loading…
Reference in a new issue