correct __MINGW32__ tag line 41

This commit is contained in:
h_vogt 2008-10-11 17:31:15 +00:00
parent 1bcdc3c114
commit 00fd0da88a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $Id$
#endif
/* We might compile for Windows, but only as a console application (e.g. tcl) */
#if defined (HAS_WINDOWS) || defined(__MINGW32) || defined(_MSC_VER)
#if defined (HAS_WINDOWS) || defined(__MINGW32__) || defined(_MSC_VER)
#define HAVE_WIN32
#endif