Commit 1d3efb36 by Adam Megacz Committed by Adam Megacz

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
parent d8a6f584
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.
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment