This commit is contained in:
dougt@meer.net 2008-03-11 15:12:52 -07:00
Родитель 130962d56a
Коммит 9835a5846e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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)))