]> granicus.if.org Git - nethack/commitdiff
Makefile.msc bit
authornhmall <nhmall@nethack.org>
Sun, 9 Dec 2018 01:11:25 +0000 (20:11 -0500)
committernhmall <nhmall@nethack.org>
Sun, 9 Dec 2018 01:11:25 +0000 (20:11 -0500)
sys/winnt/Makefile.msc

index 4cfd29d6bf3d7c83ce704e4539e9c40fe3c24bb8..c207f254cd5f0a9d08284d3ab6e6437caebb2ba6 100644 (file)
@@ -1461,7 +1461,7 @@ $(O)guistub.o: $(HACK_H) $(MSWSYS)\stubs.c
 #
 
 $(O)winhack.o: $(HACK_H) $(MSWIN)\winhack.c
-       @$(cc) $(cflagsBuild) -DSAFEPROCS -I$(MSWSYS) -I$(MSWIN) -Fo$@ $(MSWIN)\winhack.c
+       @$(cc) $(cflagsBuild) -I$(MSWSYS) -I$(MSWIN) -Fo$@ $(MSWIN)\winhack.c
 
 #if you aren't linking in the full tty then
 #include the following stub for proper linkage.