reactos/dll/win32/browseui/shellfind/shellfind.h

30 lines
582 B
C
Raw Normal View History

2019-07-19 02:15:01 +00:00
#ifndef _SHELLFIND_PCH_
#define _SHELLFIND_PCH_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <shdeprecated.h>
#include <tchar.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlwin.h>
#include <atlsimpcoll.h>
#include <atlstr.h>
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <undocshell.h>
#include <shellutils.h>
#include <strsafe.h>
#include <wine/debug.h>
#include "../resource.h"
#endif /* _SHELLFIND_PCH_ */