mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -124,7 +124,9 @@ void NS_MakeRandomString(char* aBuf, int32_t aBufLen);
|
|||
// identify or replace all known path separators.
|
||||
#define KNOWN_PATH_SEPARATORS "\\/"
|
||||
|
||||
#if defined(XP_WIN)
|
||||
#if defined(XP_MACOSX)
|
||||
#define FILE_PATH_SEPARATOR "/"
|
||||
#elif defined(XP_WIN)
|
||||
#define FILE_PATH_SEPARATOR "\\"
|
||||
#elif defined(XP_UNIX)
|
||||
#define FILE_PATH_SEPARATOR "/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue