1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-13 08:14:12 +00:00

[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 COM_NO_WINDOWS_H
#if !defined(_CRT_NON_CONFORMING_SWPRINTFS)
#define _CRT_NON_CONFORMING_SWPRINTFS
#endif
#include <wine/test.h>