2017-12-17 12:31:22 +00:00
|
|
|
#ifndef _SHELLTEST_H_
|
|
|
|
#define _SHELLTEST_H_
|
|
|
|
|
2019-04-16 21:04:07 +00:00
|
|
|
//#define _INC_WINDOWS
|
2013-10-10 09:36:13 +00:00
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
|
2017-12-17 12:31:22 +00:00
|
|
|
#include <ntstatus.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#include <apitest.h>
|
2013-10-10 09:36:13 +00:00
|
|
|
#include <winreg.h>
|
|
|
|
#include <shlobj.h>
|
2017-12-17 12:31:22 +00:00
|
|
|
#include <shellapi.h>
|
|
|
|
#include <atlbase.h>
|
|
|
|
#include <atlcom.h>
|
2016-03-28 15:35:21 +00:00
|
|
|
|
|
|
|
VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl);
|
2017-12-17 12:31:22 +00:00
|
|
|
|
|
|
|
#endif /* !_SHELLTEST_H_ */
|