Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-03-13 21:57:16 +0000
committerAndrew Niefer2007-03-13 21:57:16 +0000
commit3cf8518912fb064f582a5fa3b7ef020b2155e1b6 (patch)
tree44287c0f9863f02088a18051335d97a089a631a3 /bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
parent3c156e8434744738d7dc6ca7941378119d19f1a8 (diff)
downloadrt.equinox.framework-3cf8518912fb064f582a5fa3b7ef020b2155e1b6.tar.gz
rt.equinox.framework-3cf8518912fb064f582a5fa3b7ef020b2155e1b6.tar.xz
rt.equinox.framework-3cf8518912fb064f582a5fa3b7ef020b2155e1b6.zip
bug 172367 - WPF port
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseJNI.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseJNI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h b/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
index 29e07c9a0..25f5131e6 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseJNI.h
@@ -87,5 +87,5 @@ JNIEXPORT void JNICALL takedown_splash(JNIEnv *, jobject);
*/
extern int startJavaVM( _TCHAR* libPath, _TCHAR* vmArgs[], _TCHAR* progArgs[] );
-extern void cleanupVM();
+extern void cleanupVM( int );
#endif

Back to the top