Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-02-02 21:07:37 +0000
committerAndrew Niefer2007-02-02 21:07:37 +0000
commit446f87e53dbe59fd0aba30241ddc3b90da5a24c6 (patch)
treeb62ecdf8747921d1978d1a97f49442f943cf9861 /bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
parent1c04e654e45213c70cc34685f24af7ebdf5042ab (diff)
downloadrt.equinox.framework-446f87e53dbe59fd0aba30241ddc3b90da5a24c6.tar.gz
rt.equinox.framework-446f87e53dbe59fd0aba30241ddc3b90da5a24c6.tar.xz
rt.equinox.framework-446f87e53dbe59fd0aba30241ddc3b90da5a24c6.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseJNI.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseJNI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h b/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
index 8c4fe2c86..29e07c9a0 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
@@ -20,6 +20,7 @@
#define getInvocationFunction getInvocationFunctionW
#define launchJavaVM launchJavaVMW
#define startJavaVM startJavaVMW
+#define cleanupVM cleanupVMW
#endif
#ifdef UNICODE
@@ -85,4 +86,6 @@ JNIEXPORT void JNICALL takedown_splash(JNIEnv *, jobject);
* the termination was not normal.
*/
extern int startJavaVM( _TCHAR* libPath, _TCHAR* vmArgs[], _TCHAR* progArgs[] );
+
+extern void cleanupVM();
#endif

Back to the top