Commit 6d829370 by Adam Megacz Committed by Adam Megacz

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
parent a7006428
2002-02-01 Adam Megacz <adam@xwt.org> 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 * prims.cc
(_Jv_CreateJavaVM): We now use WIN32 instead of (_Jv_CreateJavaVM): We now use WIN32 instead of
USE_WIN32_SIGNALLING and USE_WINSOCK. USE_WIN32_SIGNALLING and USE_WINSOCK.
(win32_exception_handler): Now throws an exception out of (win32_exception_handler): Now throws an exception out of
the signal handler; assumes SJLJ the signal handler; assumes SJLJ.
2002-02-01 Adam Megacz 2002-02-01 Adam Megacz
......
...@@ -12,6 +12,7 @@ details. */ ...@@ -12,6 +12,7 @@ details. */
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>
#undef STRICT
#endif /* WIN32 */ #endif /* WIN32 */
#ifdef WIN32 #ifdef WIN32
......
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