Always define the WINDOWS feature in windows (both mingw32 and MSVC)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-16 23:53:15 +01:00
parent b534a507d8
commit e45c976cf3

View file

@ -143,6 +143,9 @@ static const char *feature_names[] = {
#ifdef _MSC_VER
"MSVC",
#endif
#if defined(_MSC_VER) || defined(mingw32)
"WINDOWS",
#endif
#ifdef ECL_CMU_FORMAT
"CMU-FORMAT",
#endif