]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/tiff.bkl
Added wxFilePickerCtrl::SetInitialDirectory().
[wxWidgets.git] / build / bakefiles / tiff.bkl
index 168f54c3d5ca6ad73ddba4fafc13e023a5eff700..2deb872b7dba2f875c0bcebf7fa96b2690af7b72 100644 (file)
         <cflags-watcom>-wcd=124</cflags-watcom>
         <define cond="PLATFORM_OS2=='1' and FORMAT=='watcom'">OS2_32</define>
         <define cond="PLATFORM_MSDOS=='1' and FORMAT=='watcom'">__MSDOS__</define>
+        <if cond="IS_MSVC">
+            <!--
+                define this to get rid of a warning about using POSIX lfind():
+                confusingly enough, we do define lfind as _lfind for MSVC but
+                doing this results in a just more confusing warning, see:
+                http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101278
+             -->
+            <define>_CRT_NONSTDC_NO_WARNINGS</define>
+        </if>
+
         <sources>
             $(TIFF_PLATFORM_SRC)
             src/tiff/libtiff/tif_aux.c