mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
fix win32 xulrunner build bustage
This commit is contained in:
parent
a45fb5a046
commit
8b89f82672
@ -65,6 +65,8 @@ REQUIRES = \
|
||||
|
||||
CPPSRCS = nsXULRunnerApp.cpp
|
||||
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre
|
||||
|
||||
ifdef BUILD_STATIC_LIBS
|
||||
STATIC_COMPONENTS_LINKER_PATH = -L$(DIST)/lib/components
|
||||
endif
|
||||
|
@ -37,7 +37,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
#include <windows.h>
|
||||
#include "nsINativeAppSupportWin.h"
|
||||
#include "nsNativeAppSupportWin.h"
|
||||
|
||||
1 24 "xulrunner.exe.manifest"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user