Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-10-07 17:52:45 +0000
committerAndrew Niefer2009-10-07 17:52:45 +0000
commit7695bdc0e7a5a0884a1fb5e70e562e6d55f8a949 (patch)
tree469be35db069ba20f9a94c2373ee2dc8dcd0cd1a /bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
parent06fe999adc00c7c0d000efc3d61a59b6201bf84f (diff)
downloadrt.equinox.framework-7695bdc0e7a5a0884a1fb5e70e562e6d55f8a949.tar.gz
rt.equinox.framework-7695bdc0e7a5a0884a1fb5e70e562e6d55f8a949.tar.xz
rt.equinox.framework-7695bdc0e7a5a0884a1fb5e70e562e6d55f8a949.zip
bug 289138 - ANSI/UNICODE backwards compatibility
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseCommon.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseCommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
index e26aa062d..1cf471024 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
@@ -19,8 +19,8 @@
#define MAX_PATH_LENGTH 2000
-#define RUN_METHOD _T_ECLIPSE("run")
-#define SET_INITIAL_ARGS _T_ECLIPSE("setInitialArgs")
+#define RUN_METHOD _T_ECLIPSE("runW")
+#define SET_INITIAL_ARGS _T_ECLIPSE("setInitialArgsW")
#define DEFAULT_EQUINOX_STARTUP _T_ECLIPSE("org.eclipse.equinox.launcher")
#ifdef _WIN32

Back to the top