backing out.

git-svn-id: svn://10.0.0.236/trunk@247578 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net
2008-03-11 22:12:52 +00:00
parent ef1494d9f7
commit 719b823733
2 changed files with 2 additions and 2 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:mainWCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
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:mainWCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))