Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-12-14 19:17:53 +0000
committerAndrew Niefer2009-12-14 19:17:53 +0000
commitb39e87343bfc233f79e7aac9523561275dae2662 (patch)
tree2aeb58bc114d6fc4435fb10da11f941b026e13b2 /bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
parent439979181a5d683b5216dc5dac260cebbe79c01f (diff)
downloadrt.equinox.framework-b39e87343bfc233f79e7aac9523561275dae2662.tar.gz
rt.equinox.framework-b39e87343bfc233f79e7aac9523561275dae2662.tar.xz
rt.equinox.framework-b39e87343bfc233f79e7aac9523561275dae2662.zip
bug 297631 - aix.motif libraries need to be installed
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseCommon.h')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
index 5e4194693..655f90122 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseCommon.h
@@ -45,6 +45,7 @@ extern _TCHAR* wsArg;
extern _TCHAR dirSeparator; /* '/' or '\\' */
extern _TCHAR pathSeparator; /* separator used in PATH variable */
+extern _TCHAR* eclipseLibrary; /* path the the eclipse_<ver>.so shared library */
extern char *toNarrow(const _TCHAR* src);

Back to the top