Bug 612258 - xulrunner compilation failure after landing bug 603679 r=khuey a=NPOTB

This commit is contained in:
Jacek Caban 2010-11-15 15:19:57 +00:00
parent fcbf695e31
commit 1ea488379f
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -75,6 +75,7 @@
#endif
#ifdef XP_WIN
#define XRE_DONT_PROTECT_DLL_LOAD
#include "nsWindowsWMain.cpp"
#endif