[EMAIL PROTECTED] writes: > Norman Vine wote: > > > > > > ! #ifdef _WIN32 > > #define snprintf _snprintf > > #endif > > > > --- 66,72 ---- > > > > ! #if defined(_WIN32) && !defined(__CYGWIN__) > > #define snprintf _snprintf > > #endif > > To Norman: Good fix. > > To Curt (etc.): Shouldn't this go in <simgear/compiler.h> instead of > in every source file that uses it?
I thought it already was there ... Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
