1 2 #ifndef _MSVCRT_WINETEST_PRECOMP_H_ 3 #define _MSVCRT_WINETEST_PRECOMP_H_ 4 5 #define WIN32_NO_STATUS 6 #define _INC_WINDOWS 7 #define COM_NO_WINDOWS_H 8 9 #if !defined(_CRT_NON_CONFORMING_SWPRINTFS) 10 #define _CRT_NON_CONFORMING_SWPRINTFS 11 #endif 12 13 #include <wine/test.h> 14 15 #include <stdio.h> 16 #include <winnls.h> 17 #include <process.h> 18 #include <locale.h> 19 20 #endif /* !_MSVCRT_WINETEST_PRECOMP_H_ */ 21