From 86e2e5975b187d1cb7d513688e0ef6c2aa71bbca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Jan 2018 19:41:08 -0500 Subject: Remove snprintf define hack for Windows No longer necessary with Windows 10 and MSVS 2017 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 66d9bfd..3f0c7f4 100644 --- a/wscript +++ b/wscript @@ -110,7 +110,7 @@ def build(bld): if bld.env.MSVC_COMPILER: libflags = [] libs = [] - defines = ['snprintf=_snprintf'] + defines = [] # Shared Library if bld.env.BUILD_SHARED: -- cgit v1.2.1