#ifndef _SHELLTEST_H_ #define _SHELLTEST_H_ //#define _INC_WINDOWS #define COM_NO_WINDOWS_H #include #define WIN32_NO_STATUS #include #include #include #include #include #include #include // Vista's shell32 is buggy so we need to skip some tests there. static const BOOL g_bVista = (GetNTVersion() == _WIN32_WINNT_VISTA); VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl); #endif /* !_SHELLTEST_H_ */