+ <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>
+