This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
WIN-14: add #undef STRICT to win32-threads.cc
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 04 Feb 2002 17:03:44 -0800
- Subject: WIN-14: add #undef STRICT to win32-threads.cc
- Organization: Myself
OK to commit?
- a
2002-02-04 Adam Megacz <adam@xwt.org>
* win32-threads.cc: #undef STRICT after gc.h inclusion
Index: win32-threads.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/win32-threads.cc,v
retrieving revision 1.5
diff -u -r1.5 win32-threads.cc
--- win32-threads.cc 2002/02/02 04:31:34 1.5
+++ win32-threads.cc 2002/02/05 01:06:50
@@ -16,6 +16,7 @@
extern "C"
{
#include <gc.h>
+#undef STRICT
};
#endif /* HAVE_BOEHM_GC */