summaryrefslogtreecommitdiff
path: root/plugins/AddToStartMenu/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-08-28 12:26:33 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-08-28 12:26:33 +0000
commit6cb1dfba3bb45c385801e85dd1486eae804cb78c (patch)
tree80974b94fdcd053cd32cba9ab686445b170f1013 /plugins/AddToStartMenu/src/stdafx.h
parentd87f9ff6f923ae344ffe00465e97e71a001de2df (diff)
dont show menu item if shortcut installed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddToStartMenu/src/stdafx.h')
-rw-r--r--plugins/AddToStartMenu/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AddToStartMenu/src/stdafx.h b/plugins/AddToStartMenu/src/stdafx.h
index 99a26d1bac..6992f1f40c 100644
--- a/plugins/AddToStartMenu/src/stdafx.h
+++ b/plugins/AddToStartMenu/src/stdafx.h
@@ -36,5 +36,7 @@ extern HINSTANCE g_hInst;
INT_PTR Service(WPARAM, LPARAM);
+HRESULT ShortcutExists();
+wchar_t* GetShortcutPath();
HRESULT TryCreateShortcut();
HRESULT InstallShortcut(_In_z_ wchar_t *shortcutPath);