mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
PR_MemMap is busted on WINCE. Until it is fixed, disable memory map access in js loader. b=318077. r=dougt. WINCE only.
This commit is contained in:
parent
9a0e324461
commit
a6e31396b5
@ -84,7 +84,8 @@ static const char kXPConnectServiceContractID[] = "@mozilla.org/js/xpc/XPConnect
|
||||
static const char kObserverServiceContractID[] = "@mozilla.org/observer-service;1";
|
||||
|
||||
/* Some platforms don't have an implementation of PR_MemMap(). */
|
||||
#if !defined(XP_BEOS) && !defined(XP_OS2)
|
||||
/* See bug 318077 for WinCE. */
|
||||
#if !defined(XP_BEOS) && !defined(XP_OS2) && !defined(WINCE)
|
||||
#define HAVE_PR_MEMMAP
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user