mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 612356 - Add NS_SetDllDirectory to dlldeps.cpp; r=khuey a=NPOTB
This commit is contained in:
parent
0a5c99ffc3
commit
2d8fda0962
@ -61,6 +61,7 @@ CPPSRCS += dlldeps-zlib.cpp
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/windows
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base
|
||||
endif
|
||||
|
||||
ifneq (,$(filter WINNT OS2,$(OS_ARCH)))
|
||||
@ -86,6 +87,7 @@ RCFLAGS += -i $(topsrcdir)/widget/src/os2
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/os2
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base
|
||||
endif
|
||||
|
||||
# dependent libraries
|
||||
|
@ -41,6 +41,7 @@
|
||||
#ifdef XP_WIN
|
||||
#include <windows.h>
|
||||
#include "nsWindowsRegKey.h"
|
||||
#include "nsSetDllDirectory.h"
|
||||
#ifdef DEBUG
|
||||
#include "pure.h"
|
||||
#endif
|
||||
@ -281,6 +282,7 @@ void XXXNeverCalled()
|
||||
sXPCOMHasLoadedNewDLLs = !sXPCOMHasLoadedNewDLLs;
|
||||
NS_SetHasLoadedNewDLLs();
|
||||
NS_NewWindowsRegKey(nsnull);
|
||||
NS_SetDllDirectory(nsnull);
|
||||
#if defined (DEBUG) && !defined (WINCE)
|
||||
PurePrintf(0);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user