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