Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-10-06 18:42:49 +0000
committerAndrew Niefer2009-10-06 18:42:49 +0000
commit9ffafc45f7a2bf838733d2317d50c6455ef8b5dc (patch)
tree4e264ac1fdbbe735c82e95e1427d01e28b375f57 /bundles/org.eclipse.equinox.executable/library/eclipseUtil.h
parent5611a9970e1942135a413f6244473f8ea5094fbe (diff)
downloadrt.equinox.framework-9ffafc45f7a2bf838733d2317d50c6455ef8b5dc.tar.gz
rt.equinox.framework-9ffafc45f7a2bf838733d2317d50c6455ef8b5dc.tar.xz
rt.equinox.framework-9ffafc45f7a2bf838733d2317d50c6455ef8b5dc.zip
bug 289138 - Remove dual ANSI/UNICODE on windows
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseUtil.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseUtil.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseUtil.h b/bundles/org.eclipse.equinox.executable/library/eclipseUtil.h
index 68086c3af..78ae23f95 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseUtil.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseUtil.h
@@ -13,15 +13,6 @@
#ifndef ECLIPSE_UTIL_H
#define ECLIPSE_UTIL_H
-#ifdef UNICODE
-#define isJ9VM isJ9VMW
-#define isVMLibrary isVMLibraryW
-#define checkProvidedVMType checkProvidedVMTypeW
-#define checkPathList checkPathListW
-#define concatStrings concatStringsW
-#define containsPaths containsPathsW
-#endif
-
/* constants for checkProvidedVMType */
#define VM_NOTHING 0 /* NULL was given as input */
#define VM_OTHER 1 /* don't know, could be executable or could be nothing */

Back to the top