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"