mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
83e690cd92
- 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
20 lines
371 B
C
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_ */
|