We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9be97d commit d4a9162Copy full SHA for d4a9162
config.mak.uname
@@ -426,7 +426,7 @@ ifeq ($(uname_S),Windows)
426
compat/win32/pthread.o compat/win32/syslog.o \
427
compat/win32/dirent.o compat/win32/fscache.o
428
COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DDETECT_MSYS_TTY -DNOGDI -DHAVE_STRING_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"
429
- BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -SUBSYSTEM:CONSOLE
+ BASIC_LDFLAGS = -IGNORE:4217 -IGNORE:4049 -NOLOGO -ENTRY:wmainCRTStartup -SUBSYSTEM:CONSOLE
430
# invalidcontinue.obj allows Git's source code to close the same file
431
# handle twice, or to access the osfhandle of an already-closed stdout
432
# See https://msdn.microsoft.com/en-us/library/ms235330.aspx
0 commit comments