win32-threads.cc: #undef STRICT after gc.h inclusion

2002-02-04  Adam Megacz <adam@xwt.org>

        * win32-threads.cc: #undef STRICT after gc.h inclusion

From-SVN: r49506
This commit is contained in:
Adam Megacz 2002-02-05 01:59:44 +00:00 committed by Adam Megacz
parent d8a6f584c5
commit 1d3efb36e8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-04 Adam Megacz <adam@xwt.org>
* win32-threads.cc: #undef STRICT after gc.h inclusion
2002-02-02 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.

View File

@ -16,6 +16,8 @@ details. */
extern "C"
{
#include <gc.h>
// <windows.h> #define's STRICT, which conflicts with Modifier.h
#undef STRICT
};
#endif /* HAVE_BOEHM_GC */