make mingw compatable

This commit is contained in:
Bill Currie 2001-01-04 18:25:57 +00:00
parent 8b78d845df
commit e2798548a8

View file

@ -33,7 +33,7 @@
# include "config.h"
#endif
#ifdef _WIN32
#if defined(_WIN32) && !defined(__GNUC__)
// disable data conversion warnings
// FIXME: move that somewhere else -- yan
#pragma warning(disable : 4244) // MIPS