mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
Workaround for sun386i breakage.
This commit is contained in:
parent
3d21ed5037
commit
f1e85d538a
@ -33,6 +33,10 @@
|
|||||||
#include <Processes.h>
|
#include <Processes.h>
|
||||||
#include <TextUtils.h>
|
#include <TextUtils.h>
|
||||||
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||||
|
#elif defined(XP_UNIX)
|
||||||
|
#ifndef PR_PATH_SEPARATOR
|
||||||
|
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||||
#endif
|
#endif
|
||||||
|
@ -33,6 +33,10 @@
|
|||||||
#include <Processes.h>
|
#include <Processes.h>
|
||||||
#include <TextUtils.h>
|
#include <TextUtils.h>
|
||||||
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||||
|
#elif defined(XP_UNIX)
|
||||||
|
#ifndef PR_PATH_SEPARATOR
|
||||||
|
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user