Browse Source

correct __MINGW32__ tag line 41

pre-master-46
h_vogt 18 years ago
parent
commit
00fd0da88a
  1. 2
      src/frontend/resource.c

2
src/frontend/resource.c

@ -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

Loading…
Cancel
Save