зеркало из https://github.com/mozilla/pjs.git
Bug 612356 - Add NS_SetDllDirectory to dlldeps.cpp; r=khuey a=NPOTB
This commit is contained in:
Родитель
ce3e2eb070
Коммит
3757389d74
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче