summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/jvmfwk/framework.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h
index 5af8cb814d49..d45561e256c5 100644
--- a/jvmfwk/inc/jvmfwk/framework.h
+++ b/jvmfwk/inc/jvmfwk/framework.h
@@ -2,9 +2,9 @@
*
* $RCSfile: framework.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jl $ $Date: 2004-05-21 15:07:05 $
+ * last change: $Author: hr $ $Date: 2004-11-09 11:52:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,13 @@
#include "rtl/ustring.h"
#include "osl/mutex.h"
+#ifdef SOLAR_JAVA
#include "jni.h"
+#else
+struct JavaVMOption;
+struct JavaVM;
+struct JNIEnv;
+#endif
#ifdef __cplusplus
extern "C" {