Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-04-23 14:58:45 +0000
committerAndrew Niefer2007-04-23 14:58:45 +0000
commit17d90b94c504f35214623e1382c1a85b79d0bae9 (patch)
treeff8b6f6835d3a71f87786519cafae604bf41d056 /bundles/org.eclipse.equinox.executable/library/wpf
parent89f7944a131d088a1ab5eab96a7a971505b346d0 (diff)
downloadrt.equinox.framework-17d90b94c504f35214623e1382c1a85b79d0bae9.tar.gz
rt.equinox.framework-17d90b94c504f35214623e1382c1a85b79d0bae9.tar.xz
rt.equinox.framework-17d90b94c504f35214623e1382c1a85b79d0bae9.zip
bug 181698
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/wpf')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp b/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
index 096841974..d6ed59d43 100644
--- a/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
+++ b/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
@@ -15,6 +15,7 @@ extern "C" {
#include "eclipseOS.h"
#include "eclipseUtil.h"
#include "eclipseCommon.h"
+#include "eclipseJNI.h"
#include <process.h>
#include <stdio.h>
@@ -507,4 +508,9 @@ void processVMArgs(_TCHAR **vmargs[] ) {
// /* nothing yet */
}
+int startJavaJNI( _TCHAR* libPath, _TCHAR* vmArgs[], _TCHAR* progArgs[] )
+{
+ return startJavaJNI(libPath, vmArgs, progArgs);
+}
+
} // extern "C"

Back to the top