https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5606fb159ee80b7c24611…
commit 5606fb159ee80b7c246111c005df878485fbff8c
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Fri Apr 8 00:30:36 2022 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Fri Apr 8 22:40:26 2022 +0200
[MSVCRT_WINETEST] Mute _CRT_NON_CONFORMING_SWPRINTFS
---
modules/rostests/winetests/msvcrt/precomp.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/rostests/winetests/msvcrt/precomp.h
b/modules/rostests/winetests/msvcrt/precomp.h
index 63a519d703c..8020f395b95 100644
--- a/modules/rostests/winetests/msvcrt/precomp.h
+++ b/modules/rostests/winetests/msvcrt/precomp.h
@@ -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>