mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 612258 - xulrunner compilation failure after landing bug 603679 r=khuey a=NPOTB
This commit is contained in:
parent
fcbf695e31
commit
1ea488379f
@ -7,7 +7,10 @@
|
||||
#endif
|
||||
|
||||
#include "nsUTF8Utils.h"
|
||||
|
||||
#ifndef XRE_DONT_PROTECT_DLL_LOAD
|
||||
#include "nsSetDllDirectory.h"
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && defined(_M_IX86) && defined(XRE_WANT_DLL_BLOCKLIST)
|
||||
#include "nsWindowsDllBlocklist.cpp"
|
||||
|
@ -75,6 +75,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
#define XRE_DONT_PROTECT_DLL_LOAD
|
||||
#include "nsWindowsWMain.cpp"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user