blob: 85f936a55e1615f3f41a0c4e4f47caffd757df90 [file] [log] [blame]
--- a/glslang/Include/Common.h
+++ b/glslang/Include/Common.h
@@ -50,7 +50,7 @@
}
#endif
-#if (defined(_MSC_VER) && _MSC_VER < 1900 /*vs2015*/) || defined MINGW_HAS_SECURE_API
+#if (defined(_MSC_VER) && _MSC_VER < 1900 /*vs2015*/)
#include <basetsd.h>
#ifndef snprintf
#define snprintf sprintf_s