This commit is contained in:
dougt@meer.net 2008-03-11 16:32:26 -07:00
parent a7adf9f18e
commit 031fa230eb
2 changed files with 2 additions and 2 deletions

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:mainWCRTStartup
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
endif
ifdef NS_TRACE_MALLOC

View File

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