From 83ebd637d516d5fbb2d4d998bd5a124993a4f6a8 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 20 Sep 2022 03:34:25 +0800 Subject: [PATCH] d3d10ump: No need define snprintf anymore in InputAssembly.cpp As minimal visual studio version are 2019 Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- src/gallium/frontends/d3d10umd/InputAssembly.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/frontends/d3d10umd/InputAssembly.cpp b/src/gallium/frontends/d3d10umd/InputAssembly.cpp index ecbb90605a0..c473f0dca06 100644 --- a/src/gallium/frontends/d3d10umd/InputAssembly.cpp +++ b/src/gallium/frontends/d3d10umd/InputAssembly.cpp @@ -32,9 +32,6 @@ #include -#if defined(_MSC_VER) && !defined(snprintf) -#define snprintf _snprintf -#endif #include "InputAssembly.h" #include "State.h"