2003/04/20 06:29:51
[org.ibex.core.git] / src / org / xwt / plat / Win32.cc
index 67ba8b3..bd27721 100644 (file)
@@ -1,6 +1,11 @@
 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL]
+#include "GCJ.cc"
+
+// we have to do this because the jpeg libraries use the symbol 'INT32'
+#define INT32 WIN32_INT32
 
 // this has to precede the others so we don't get collisions on min/max
+#include <org/xwt/util/JSObject.h>
 #include <org/xwt/Box.h>
 
 #include <stdint.h>