Commit 1febeb40 by Adam Megacz Committed by Adam Megacz

win32.cc: Added two #includes to make win32.cc compile.

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

        * win32.cc: Added two #includes to make win32.cc compile.

From-SVN: r49696
parent 88c38cc1
2002-02-12 Adam Megacz <adam@xwt.org>
* win32.cc: Added two #includes to make win32.cc compile.
2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz> 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused * boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused
......
...@@ -9,8 +9,10 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for ...@@ -9,8 +9,10 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */ details. */
#include <config.h> #include <config.h>
#include <jvm.h>
#include "platform.h" #include "platform.h"
#include <java/lang/ArithmeticException.h>
static LONG CALLBACK static LONG CALLBACK
win32_exception_handler (LPEXCEPTION_POINTERS e) win32_exception_handler (LPEXCEPTION_POINTERS e)
......
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