1 #ifndef _SHELLBARS_PCH_
2 #define _SHELLBARS_PCH_
4 #define WIN32_NO_STATUS
6 #define COM_NO_WINDOWS_H
11 #include <shlobj_undoc.h>
12 #include <shlguid_undoc.h>
13 #include <shdeprecated.h>
18 #include <atlsimpcoll.h>
20 #include <shlwapi_undoc.h>
21 #include <undocshell.h>
22 #include <shellutils.h>
25 #include <wine/debug.h>
26 WINE_DEFAULT_DEBUG_CHANNEL(browseui
);
28 #include "../resource.h"
30 #include "CBandSite.h"
31 #include "CBandSiteMenu.h"
34 #define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
35 #define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
37 #define USE_SYSTEM_ISFBAND 0
39 #if USE_SYSTEM_ISFBAND
40 #define CISFBand_CreateInstance(riid, ppv) (CoCreateInstance(CLSID_ISFBand, NULL, CLSCTX_INPROC_SERVER,riid, ppv))
42 #define CISFBand_CreateInstance RSHELL_CISFBand_CreateInstance
45 #endif /* _SHELLBARS_PCH_ */