1 2 #ifndef _USER32_WINETEST_PRECOMP_H_ 3 #define _USER32_WINETEST_PRECOMP_H_ 4 5 #include <assert.h> 6 #include <stdarg.h> 7 #include <stdio.h> 8 9 #define STRICT 10 #define WINE_NOWINSOCK 11 #include <windows.h> 12 13 #define WINE_NO_INLINE_RECT 14 #include <wine/test.h> 15 16 #include <reactos/undocuser.h> 17 18 #endif /* !_USER32_WINETEST_PRECOMP_H_ */ 19