From: VMware, Inc <> Date: Fri, 12 Apr 2013 19:36:50 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2013.04.16-1098359~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d1ccf631cbc1bb357dfb1236d044c2bc3db4020;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/appUtil.h b/open-vm-tools/lib/include/appUtil.h index 140e3e7fd..40154d0bf 100644 --- a/open-vm-tools/lib/include/appUtil.h +++ b/open-vm-tools/lib/include/appUtil.h @@ -86,6 +86,9 @@ HICON AppUtil_GetWindowIcon(HWND hwnd, void AppUtil_BuildGlobalApplicationList(void); char *AppUtil_ActionURIForCommandLine(const WCHAR *commandLineUtf16); +Bool AppUtil_CommandLineForShellCommandURI(const char *shellCommandURI, + char **executablePath, + char **commandLine); Bool AppUtil_GetLinkIconData(const TCHAR *path, AppUtilIconInfo *iconInfo,