Shortcut comment option added, 44 bytes saved.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1181 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-25 12:54:10 +00:00
parent ae0f70cd15
commit d5dfdb900b
4 changed files with 48 additions and 8 deletions

View file

@ -592,7 +592,7 @@ void NSISCALL log_write(int close)
#endif
#ifdef NSIS_SUPPORT_CREATESHORTCUT
int NSISCALL CreateShortCut(HWND hwnd, LPCSTR pszShortcutFile, LPCSTR pszIconFile, int iconindex, LPCSTR pszExe, LPCSTR pszArg, LPCSTR workingdir, int showmode, int hotkey)
/*int NSISCALL CreateShortCut(HWND hwnd, LPCSTR pszShortcutFile, LPCSTR pszIconFile, int iconindex, LPCSTR pszExe, LPCSTR pszArg, LPCSTR workingdir, int showmode, int hotkey)
{
HRESULT hres;
int rv=1;
@ -633,5 +633,5 @@ int NSISCALL CreateShortCut(HWND hwnd, LPCSTR pszShortcutFile, LPCSTR pszIconFil
}
OleUninitialize();
return rv;
}
}*/
#endif//NSIS_SUPPORT_CREATESHORTCUT