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:
parent
a7006428b6
commit
6d829370c0
@ -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
|
||||
|
||||
|
@ -12,6 +12,7 @@ details. */
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#undef STRICT
|
||||
#endif /* WIN32 */
|
||||
|
||||
#ifdef WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user