Merge pull request #510 from Blizzard/fix-zlib-warning
fix a zlib compile warning.
This commit is contained in:
commit
9e95d4a4eb
@ -12,3 +12,6 @@ project "zlib-lib"
|
||||
|
||||
filter "system:windows"
|
||||
defines { "_WINDOWS" }
|
||||
|
||||
filter "system:not windows"
|
||||
defines { 'HAVE_UNISTD_H' }
|
||||
|
Reference in New Issue
Block a user