[RSHELL]
[reactos.git] / base / shell / rshell / precomp.h
1
2 #define USE_SYSTEM_MENUDESKBAR 0
3 #define USE_SYSTEM_MENUSITE 0
4 #define USE_SYSTEM_MENUBAND 0
5
6 #define WRAP_MENUDESKBAR 0
7 #define WRAP_MENUSITE 0
8 #define WRAP_MENUBAND 0
9
10 #include <stdio.h>
11 #include <tchar.h>
12
13 #define WIN32_NO_STATUS
14 #define _INC_WINDOWS
15 #define COM_NO_WINDOWS_H
16
17 #define COBJMACROS
18
19 #include <windef.h>
20 #include <winbase.h>
21 #include <winreg.h>
22 #include <wingdi.h>
23 #include <winnls.h>
24 #include <wincon.h>
25 #include <shellapi.h>
26 #include <shlobj.h>
27 #include <shlobj_undoc.h>
28 #include <shlwapi.h>
29 #include <shlguid_undoc.h>
30 #include <uxtheme.h>
31 #include <strsafe.h>
32
33 #include <atlbase.h>
34 #include <atlcom.h>
35 #include <wine/debug.h>
36
37 #define shell32_hInstance 0
38 #define SMC_EXEC 4
39 extern "C" INT WINAPI Shell_GetCachedImageIndex(LPCWSTR szPath, INT nIndex, UINT bSimulateDoc);
40
41 extern "C" HRESULT CMenuDeskBar_Constructor(REFIID riid, LPVOID *ppv);
42 extern "C" HRESULT CMenuSite_Constructor(REFIID riid, LPVOID *ppv);
43 extern "C" HRESULT CMenuBand_Constructor(REFIID riid, LPVOID *ppv);
44 extern "C" HRESULT CMenuDeskBar_Wrapper(IDeskBar * db, REFIID riid, LPVOID *ppv);
45 extern "C" HRESULT CMenuSite_Wrapper(IBandSite * bs, REFIID riid, LPVOID *ppv);
46 extern "C" HRESULT CMenuBand_Wrapper(IShellMenu * sm, REFIID riid, LPVOID *ppv);