Define _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warning in libtiff.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Dec 2009 00:43:15 +0000 (00:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Dec 2009 00:43:15 +0000 (00:43 +0000)
commit589d208299313898640297557e85ff575854d715
tree6aacab7cc1d7dd8d694c9b7e8ade8cf286ff2392
parent41c89b9107f846bd84f1c53f8cf6d979b4fef15b
Define _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warning in libtiff.

Defining lfind as _lfind is not enough and a warning C4996 is still generated
by MSVC9 when the function is called.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/tiff.bkl
build/msw/makefile.vc
build/msw/wx_vc7_wxtiff.vcproj
build/msw/wx_vc8_wxtiff.vcproj
build/msw/wx_vc9_wxtiff.vcproj
build/msw/wx_wxtiff.dsp