From 7847a3ab11393b4dd4b884f04cd00094bc604d46 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Sat, 7 Oct 2017 17:31:35 -0400 Subject: [PATCH] Fix deprecation warnings from pthread (#510) --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 9920721f4..12f52325f 100644 --- a/SConscript +++ b/SConscript @@ -472,7 +472,7 @@ elif GetOption('release'): if GetOption('static'): if platform == "Windows": - env.Append(CPPDEFINES=['PTW32_STATIC_LIB']) + env.Append(CPPDEFINES=['_PTW32_STATIC_LIB']) if msvc: env.Append(CPPDEFINES=['ZLIB_WINAPI']) else: