Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-05-16 21:15:12 +0000
committerAndrew Niefer2007-05-16 21:15:12 +0000
commitda0c531afabee43a9a32aa11336dd2e16f232847 (patch)
treecb9d7b75cc04ee03da6fd9c0877144d0f371095d /bundles/org.eclipse.equinox.executable/library/eclipseOS.h
parentc13d04fe5adf1caf39962bbf257df6332aafc00e (diff)
downloadrt.equinox.framework-da0c531afabee43a9a32aa11336dd2e16f232847.tar.gz
rt.equinox.framework-da0c531afabee43a9a32aa11336dd2e16f232847.tar.xz
rt.equinox.framework-da0c531afabee43a9a32aa11336dd2e16f232847.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseOS.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseOS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseOS.h b/bundles/org.eclipse.equinox.executable/library/eclipseOS.h
index 1e33cf612..2bb9d2c4d 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseOS.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseOS.h
@@ -35,6 +35,7 @@
#define processVMArgs processVMArgsW
#define initialArgv initialArgvW
#define secondThread secondThreadW
+#define isSunVM isSunVMW
#endif
#ifdef MACOSX
@@ -127,5 +128,8 @@ extern int startJavaVM( _TCHAR* libPath, _TCHAR* vmArgs[], _TCHAR* progArgs[] );
/* do any platform specific processing of the user vmargs */
extern void processVMArgs(_TCHAR **vmargs[] );
+/* is this a Sun VM, returns 0 if we don't know */
+extern int isSunVM( _TCHAR * vm );
+
#endif /* ECLIPSE_OS_H */

Back to the top