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