|
From: <bma...@we...> - 2005-08-09 22:22:55
|
Hans-Bernhard Broeker <br...@ph...> schrieb am 09.08.05 2= 0:12:32: >=20 > Bastian M=E4rkisch wrote: > > Dietmar Warning reported compilation errors due to the new code > > for locating wgnuplot.ini on Windows. The appended small patch=20 > > should fix that.=20 >=20 > Hmm... but that fix appears to be exactly the wrong way round? Or=20 > doesn't MinGW #define __MINGW__ any more, these days? >=20 > Anyway, I'll check in a different fix to the same problem right away > (I also ran into compilation problems, on OpenWatcom). >=20 Putting the #ifdef __MINGW__ there in the first place wasn't a good idea. _WIN32_IE should be defined unconditionally. That's the standard way of doing things (according to MSDN). Why it worked with MSVC is not clear ;) Greetings, Bastian |