2018-04-03 12:42:04 +00:00
|
|
|
|
2017-12-20 11:57:58 +00:00
|
|
|
#ifndef _MSVCRT_WINETEST_PRECOMP_H_
|
|
|
|
#define _MSVCRT_WINETEST_PRECOMP_H_
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2018-04-03 12:42:04 +00:00
|
|
|
|
2022-04-07 22:30:36 +00:00
|
|
|
#if !defined(_CRT_NON_CONFORMING_SWPRINTFS)
|
2017-12-20 11:57:58 +00:00
|
|
|
#define _CRT_NON_CONFORMING_SWPRINTFS
|
2022-04-07 22:30:36 +00:00
|
|
|
#endif
|
2017-12-20 11:57:58 +00:00
|
|
|
|
|
|
|
#include <wine/test.h>
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <winnls.h>
|
|
|
|
#include <process.h>
|
|
|
|
#include <locale.h>
|
|
|
|
|
|
|
|
#endif /* !_MSVCRT_WINETEST_PRECOMP_H_ */
|