reactos/modules/rostests/winetests/msvcrt/precomp.h

21 lines
382 B
C
Raw Normal View History

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
#if !defined(_CRT_NON_CONFORMING_SWPRINTFS)
2017-12-20 11:57:58 +00:00
#define _CRT_NON_CONFORMING_SWPRINTFS
#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_ */