Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-02-01 18:29:35 +0000
committerAndrew Niefer2008-02-01 18:29:35 +0000
commite1d17b1b2da8dbab395559f5487cc713acfa3d0b (patch)
tree99930cd9cdb316357b3644751843afa53eb753e8 /bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
parent010b1d81da50c41fb0446846ca09dcc95f43ff9b (diff)
downloadrt.equinox.framework-e1d17b1b2da8dbab395559f5487cc713acfa3d0b.tar.gz
rt.equinox.framework-e1d17b1b2da8dbab395559f5487cc713acfa3d0b.tar.xz
rt.equinox.framework-e1d17b1b2da8dbab395559f5487cc713acfa3d0b.zip
bug 204044 - read main class from manifest
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseCommon.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
index 608e06a2c..df3aeb149 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
@@ -69,7 +69,7 @@ extern _TCHAR* wsArg;
extern _TCHAR dirSeparator; /* '/' or '\\' */
extern _TCHAR pathSeparator; /* separator used in PATH variable */
-extern char *toNarrow(_TCHAR* src);
+extern char *toNarrow(const _TCHAR* src);
/*
* Find the absolute pathname to where a command resides.

Back to the top