1 #ifndef _COMDLG32_WINETEST_PRECOMP_H_ 2 #define _COMDLG32_WINETEST_PRECOMP_H_ 3 4 #define WIN32_NO_STATUS 5 #define _INC_WINDOWS 6 #define COM_NO_WINDOWS_H 7 #define COBJMACROS 8 #define CONST_VTABLE 9 10 #include <wine/test.h> 11 12 #include <wingdi.h> 13 #include <objbase.h> 14 #include <cderr.h> 15 #include <commdlg.h> 16 #include <dlgs.h> 17 18 #endif /* !_COMDLG32_WINETEST_PRECOMP_H_ */ 19