Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-11-22 16:34:14 +0000
committerAndrew Niefer2006-11-22 16:34:14 +0000
commit18b1de36aafdac82e06e79db30eaa7c3210c77b3 (patch)
treeb02fde352a0d9258900f2ba106c587d85900a7b1 /bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h
parent6827b4fb72f9fbeb64b41a06ae967be4214c1593 (diff)
downloadrt.equinox.framework-18b1de36aafdac82e06e79db30eaa7c3210c77b3.tar.gz
rt.equinox.framework-18b1de36aafdac82e06e79db30eaa7c3210c77b3.tar.xz
rt.equinox.framework-18b1de36aafdac82e06e79db30eaa7c3210c77b3.zip
port to the mac
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h')
-rw-r--r--bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h b/bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h
index 4be22d465..ae52302f5 100644
--- a/bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h
+++ b/bundles/org.eclipse.equinox.launcher/library/eclipseCommon.h
@@ -52,6 +52,8 @@ extern _TCHAR* findCommand( _TCHAR* command );
extern _TCHAR* findFile( _TCHAR* path, _TCHAR* prefix);
+extern _TCHAR* getProgramDir();
+
/** Display a Message
*
* This method is called to display an error message to the user before exiting.

Back to the top