Retire MINGW32_FIX. It was a fix for a blatant bug in MinGW's windres, which
[u/mdw/putty] / mkfiles.pl
index b48c0a7..7881832 100755 (executable)
@@ -396,7 +396,7 @@ if (defined $makefiles{'cygwin'}) {
               "\n".
     "LDFLAGS = -mno-cygwin -s\n".
     &splitline("RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1".
-      " --define WINVER=0x0400 --define MINGW32_FIX=1")."\n".
+      " --define WINVER=0x0400")."\n".
     "\n".
     $makefile_extra{'cygwin'}->{'vars'} .
     "\n".