1 2 #ifndef _SHELL32_WINETEST_PRECOMP_H_ 3 #define _SHELL32_WINETEST_PRECOMP_H_ 4 5 #include <assert.h> 6 #include <stdio.h> 7 8 #define WIN32_NO_STATUS 9 10 #define COBJMACROS 11 #define CONST_VTABLE 12 13 #include <windows.h> 14 15 #include <wine/heap.h> 16 #include <wine/test.h> 17 18 #include <shellapi.h> 19 #include <shlwapi.h> 20 #include <shlguid.h> 21 #include <shlobj.h> 22 #include <commoncontrols.h> 23 #include <reactos/undocshell.h> 24 25 #include "shell32_test.h" 26 27 #endif /* !_SHELL32_WINETEST_PRECOMP_H_ */ 28