# HG changeset patch # User Richard M. Stallman # Date 803597611 0 # Node ID 5b3931c846b1c0398b9cfe5c6ce8486ecdd060f6 # Parent 35899872cb3f7966a97b53aa9d0eff9889942e6f (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. diff -r 35899872cb3f -r 5b3931c846b1 nt/makefile.nt --- a/nt/makefile.nt Mon Jun 19 21:27:06 1995 +0000 +++ b/nt/makefile.nt Mon Jun 19 21:33:31 1995 +0000 @@ -29,7 +29,7 @@ addpm: $(BLD) $(BLD)\addpm.exe $(BLD)\addpm.obj: addpm.c $(BLD)\addpm.exe: $(BLD)\addpm.obj - $(LINK) -out:$@ -subsystem:windows -entry:WinMainCRTStartup \ + $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \ $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib # Since Windows 95 does not support multiple commands on one command line