From 3115d8702b9f7a4bfc07af2a95fe3a4893811697 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Jan 2018 13:47:37 -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(-) (limited to 'wscript') diff --git a/wscript b/wscript index 049580f0..149f8701 100644 --- a/wscript +++ b/wscript @@ -101,7 +101,7 @@ def build(bld): if bld.env.MSVC_COMPILER: lib_args['cflags'] = [] lib_args['lib'] = [] - defines = ['snprintf=_snprintf'] + defines = [] # Shared Library if bld.env.BUILD_SHARED: -- cgit v1.2.1