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 #define _CRT_NON_CONFORMING_SWPRINTFS 10 11 #include <wine/test.h> 12 13 #include <stdio.h> 14 #include <winnls.h> 15 #include <process.h> 16 #include <locale.h> 17 18 #endif /* !_MSVCRT_WINETEST_PRECOMP_H_ */ 19