reactos/modules/rostests/apitests/shell32/shelltest.h
Katayama Hirofumi MZ 83e690cd92 [SHELL32_APITEST] Improve PathResolve testcase
- Use line numbers instead of entry numbers.
- Add LFN check.
- Delete some test entries outside of test data directory.
- Add some test entries.
CORE-18080
2022-11-01 08:55:42 +09:00

20 lines
371 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 <shlwapi.h>
#include <atlbase.h>
#include <atlcom.h>
VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl);
#endif /* !_SHELLTEST_H_ */