diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:33:23 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:33:23 +0000 |
commit | 8bfb987717dc3994bae1aaa78ece779c97340850 (patch) | |
tree | d66c26bb83494dfd2855e9552a138abea04d609c /plugins/AddToStartMenu/src/stdafx.h | |
parent | 6fd2007e5133b4d34ab9089ff60a1f0aaa0f1e33 (diff) |
AddToStartMenu functianally moved to Toaster
git-svn-id: http://svn.miranda-ng.org/main/trunk@15083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddToStartMenu/src/stdafx.h')
-rw-r--r-- | plugins/AddToStartMenu/src/stdafx.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/AddToStartMenu/src/stdafx.h b/plugins/AddToStartMenu/src/stdafx.h deleted file mode 100644 index 439407cffe..0000000000 --- a/plugins/AddToStartMenu/src/stdafx.h +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once
-
-#include <ShObjIdl.h>
-#include <propvarutil.h>
-#include <wrl\implements.h>
-#include <newpluginapi.h>
-#include <m_langpack.h>
-#include <m_message.h>
-#include <m_genmenu.h>
-#include <m_clist.h>
-#include "Version.h"
-
-DEFINE_PROPERTYKEY(PKEY_AppUserModel_ID, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, 0xE1, 0xD4, 0x2D, 0xE1, 0xD5, 0xF3, 5);
-
-const wchar_t AppUserModelID[] = _T("MirandaNG");
-
-#define MODULENAME "AddToStartMenu"
-
-extern HINSTANCE g_hInst;
-
-
-INT_PTR Service(WPARAM, LPARAM);
-HRESULT ShortcutExists();
-wchar_t* GetShortcutPath();
-HRESULT TryCreateShortcut();
-HRESULT InstallShortcut(_In_z_ wchar_t *shortcutPath);
|