mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
18 lines
348 B
C
18 lines
348 B
C
#ifndef _SHELLTEST_H_
|
|
#define _SHELLTEST_H_
|
|
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <ntstatus.h>
|
|
#define WIN32_NO_STATUS
|
|
#include <apitest.h>
|
|
#include <winreg.h>
|
|
#include <shlobj.h>
|
|
#include <shellapi.h>
|
|
#include <atlbase.h>
|
|
#include <atlcom.h>
|
|
|
|
VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl);
|
|
|
|
#endif /* !_SHELLTEST_H_ */
|