summaryrefslogtreecommitdiff
path: root/plugins/AddToStartMenu/src/stdafx.h
blob: 6992f1f40c0eca9cb9aa42effa5b92c5c995d747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#pragma once

#include <Windows.h>
#include <sal.h>
#include <Psapi.h>

#include <ObjBase.h>
#include <ShObjIdl.h>
#include <propvarutil.h>
#include <functiondiscoverykeys.h>
#include <intsafe.h>
#include <guiddef.h>

#include <wrl\client.h>
#include <wrl\implements.h>

#include <newpluginapi.h>
#include <m_database.h>
#include <m_protocols.h>
#include <m_protosvc.h>
#include <m_langpack.h>
#include <m_icolib.h>
#include <m_extraicons.h>
#include <m_message.h>
#include <m_timezones.h>
#include <m_genmenu.h>
#include <m_clist.h>
#include "Version.h"
#include <strsafe.h>

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);