Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-08-24 19:56:22 +0000
committerAndrew Niefer2007-08-24 19:56:22 +0000
commit41625ba47ff8506480876427d50fe46cec54397f (patch)
treea8ebe04d292ae7edfca138015b259012f0d3889d /bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h
parent362e0e5bbdefbbcdf485a6b977d9e6e124746c58 (diff)
downloadrt.equinox.framework-41625ba47ff8506480876427d50fe46cec54397f.tar.gz
rt.equinox.framework-41625ba47ff8506480876427d50fe46cec54397f.tar.xz
rt.equinox.framework-41625ba47ff8506480876427d50fe46cec54397f.zip
bug 200596 - '\' vs '/' on windows
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h b/bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h
index 745978993..5369b1cc8 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseUnicode.h
@@ -83,6 +83,7 @@
#define _stscanf sscanf
#define _tcscat strcat
#define _tcschr strchr
+#define _tcspbrk strpbrk
#define _tcscmp strcmp
#define _tcscpy strcpy
#define _tcsdup strdup

Back to the top