1 2 #ifndef _COMDLG32_WINETEST_PRECOMP_H_ 3 #define _COMDLG32_WINETEST_PRECOMP_H_ 4 5 #define WIN32_NO_STATUS 6 #define COBJMACROS 7 #define CONST_VTABLE 8 9 #include <windows.h> 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