Fix deprecation warnings from pthread (#510)

This commit is contained in:
wolfy1339 2017-10-07 17:31:35 -04:00 committed by jacob1
parent c0bb5882b4
commit 7847a3ab11

View File

@ -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: