mirror of
https://github.com/reactos/reactos.git
synced 2025-03-09 09:46:11 +00:00

- 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
19 lines
371 B
C
19 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_ */
|