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? - Julian _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
