Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons

This commit is contained in:
dougt@meer.net 2008-03-11 14:31:34 -07:00
parent 0e5f68a489
commit 90b46db8c5
4 changed files with 4 additions and 4 deletions

View File

@ -157,7 +157,7 @@ include $(topsrcdir)/config/config.mk
ifdef _MSC_VER
# Always enter a Windows program through wmain, whether or not we're
# a console application.
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
endif
ifndef BUILD_STATIC_LIBS

View File

@ -111,7 +111,7 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -DNS_NO_XPCOM
ifdef _MSC_VER
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))

View File

@ -136,7 +136,7 @@ include $(topsrcdir)/config/config.mk
ifdef _MSC_VER
# Always enter a Windows program through wmain, whether or not we're
# a console application.
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
endif
ifdef NS_TRACE_MALLOC

View File

@ -94,7 +94,7 @@ endif
include $(topsrcdir)/config/config.mk
ifdef _MSC_VER
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
endif
include $(topsrcdir)/config/rules.mk