mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
18 lines
331 B
C
18 lines
331 B
C
|
|
#ifndef _MSVCRT_WINETEST_PRECOMP_H_
|
|
#define _MSVCRT_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define _CRT_NON_CONFORMING_SWPRINTFS
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <stdio.h>
|
|
#include <winnls.h>
|
|
#include <process.h>
|
|
#include <locale.h>
|
|
|
|
#endif /* !_MSVCRT_WINETEST_PRECOMP_H_ */
|