[MSVCRT_WINETEST] Mute _CRT_NON_CONFORMING_SWPRINTFS

This commit is contained in:
Mark Jansen 2022-04-08 00:30:36 +02:00
parent 0b8891a7d3
commit 5606fb159e

View file

@ -6,7 +6,9 @@
#define _INC_WINDOWS #define _INC_WINDOWS
#define COM_NO_WINDOWS_H #define COM_NO_WINDOWS_H
#if !defined(_CRT_NON_CONFORMING_SWPRINTFS)
#define _CRT_NON_CONFORMING_SWPRINTFS #define _CRT_NON_CONFORMING_SWPRINTFS
#endif
#include <wine/test.h> #include <wine/test.h>