mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSVCRT_WINETEST] Mute _CRT_NON_CONFORMING_SWPRINTFS
This commit is contained in:
parent
0b8891a7d3
commit
5606fb159e
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue