Erik Hofman writes: > > Norman Vine wrote: > > Hi All > > > > Here are some changes that allow FGFS to compile with MingW32 > > Okay they are in. > I don't know whether removing the winbase.h check from configure will > hit any other compiler, but there doesn't seem any check for it in the > source.
Thank you *very* much. It seems as if I have been trying to get rid of this 'irritant' for ever, but somehow it seems to keep sneaking back in :-) Note Simgear has not had a <winbase.h> check for a while now and it has not caused any complaints. FYI Checking for <windbase.h> goes against MicroSoft practice which *explicitly* reccomends *only* including <windows.h> as it will bring in the other necessary Windows headers which 'might' change depending on the version of Windows being compiled for !! For the curious including a check for <winbase.h> has created lot's of 'traffic' on the list in the past. http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=site%3Aumn.edu+winbas e+Flightgear+ Let's hope this fixes it for ever ! Thanks Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
