summaryrefslogtreecommitdiff
path: root/plugins/AddToStartMenu/src/stdafx.h
diff options
context:
space:
mode:
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);