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:
@@ -32,9 +32,6 @@
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#if defined(_MSC_VER) && !defined(snprintf)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include "InputAssembly.h"
|
||||
#include "State.h"
|
||||
|
||||
Reference in New Issue
Block a user