d3d10ump: No need define snprintf anymore in InputAssembly.cpp

As minimal visual studio version are 2019

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18685>
This commit is contained in:
Yonggang Luo
2022-09-20 03:34:25 +08:00
committed by Marge Bot
parent a9da108c6b
commit 83ebd637d5
@@ -32,9 +32,6 @@
#include <stdio.h>
#if defined(_MSC_VER) && !defined(snprintf)
#define snprintf _snprintf
#endif
#include "InputAssembly.h"
#include "State.h"