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

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

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

From-SVN: r49430
This commit is contained in:
Adam Megacz 2002-02-02 04:37:54 +00:00 committed by Adam Megacz
parent a7006428b6
commit 6d829370c0
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -12,6 +12,7 @@ details. */
#ifdef WIN32
#include <windows.h>
#undef STRICT
#endif /* WIN32 */
#ifdef WIN32