prims.cc: Added #undef STRICT after #include<windows.h>.
authorAdam Megacz <adam@xwt.org>
Sat, 2 Feb 2002 04:37:54 +0000 (04:37 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Sat, 2 Feb 2002 04:37:54 +0000 (04:37 +0000)
2002-02-01  Adam Megacz <adam@xwt.org>

* prims.cc: Added #undef STRICT after #include<windows.h>.

From-SVN: r49430

libjava/ChangeLog
libjava/prims.cc

index baabfcd518062c0e11163777d910f431fb2a5903..cf0d9d24e15d0aa5bef1afd6fd8649024fe0e946 100644 (file)
@@ -1,10 +1,14 @@
+2002-02-01  Adam Megacz <adam@xwt.org>
+
+       * prims.cc: Added #undef STRICT after #include<windows.h>.
+       
 2002-02-01  Adam Megacz <adam@xwt.org>
 
        * prims.cc
        (_Jv_CreateJavaVM): We now use WIN32 instead of
        USE_WIN32_SIGNALLING and USE_WINSOCK.
        (win32_exception_handler): Now throws an exception out of
-       the signal handler; assumes SJLJ
+       the signal handler; assumes SJLJ.
        
 2002-02-01  Adam Megacz
 
index 23ee38d50603d53f274220d3c780762e5e5e56d7..55e6da4959ab17c3d34810c5327394b586d7ff69 100644 (file)
@@ -12,6 +12,7 @@ details.  */
 
 #ifdef WIN32
 #include <windows.h>
+#undef STRICT
 #endif /* WIN32 */
 
 #ifdef WIN32