mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom
This commit is contained in:
parent
ccf9e5f54b
commit
df94ccb22c
40 changed files with 27 additions and 2812 deletions
|
|
@ -124,9 +124,7 @@ void NS_MakeRandomString(char* aBuf, int32_t aBufLen);
|
|||
// identify or replace all known path separators.
|
||||
#define KNOWN_PATH_SEPARATORS "\\/"
|
||||
|
||||
#if defined(XP_MACOSX)
|
||||
#define FILE_PATH_SEPARATOR "/"
|
||||
#elif defined(XP_WIN)
|
||||
#if 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