1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Retire MINGW32_FIX. It was a fix for a blatant bug in MinGW's windres, which

was fixed in CVS in 2000 (I think); and we now depend on MinGW much more
recent than that for various other reasons. I've tested with my current
MinGW (around 2.0.0 vintage) and the original symptoms (dodgy characters in
edit boxes) don't appear to show up.

[originally from svn r5491]
This commit is contained in:
Jacob Nevins 2005-03-11 15:52:59 +00:00
parent 1ddb28955c
commit 492b3933f8
2 changed files with 1 additions and 5 deletions

View File

@ -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".

View File

@ -30,8 +30,4 @@
#define RT_MANIFEST 24
#endif
#ifdef MINGW32_FIX
#define EDITTEXT EDITTEXT "",
#endif
#endif /* PUTTY_RCSTUFF_H */