]> git.saurik.com Git - wxWidgets.git/commit
Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 16:08:33 +0000 (16:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 16:08:33 +0000 (16:08 +0000)
commitfeafb8119e8a03580585f5276903ce9f7da8043a
tree75970e2a0d573b9540cdef05d42f44e4a101c9a9
parent772513d82432ecf323bca55251551fd5c8a7562d
Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.

This avoids a bunch of harmless but annoying warnings due to the use of POSIX
functions in zlib code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/zlib.bkl
build/msw/makefile.vc
build/msw/wx_vc10_wxzlib.vcxproj
build/msw/wx_vc7_wxzlib.vcproj
build/msw/wx_vc8_wxzlib.vcproj
build/msw/wx_vc9_wxzlib.vcproj
build/msw/wx_wxzlib.dsp