]> git.saurik.com Git - wxWidgets.git/commit - include/wx/defs.h
Fix VC++ warnings about __has_include().
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 9 Jul 2013 17:29:02 +0000 (17:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 9 Jul 2013 17:29:02 +0000 (17:29 +0000)
commit50d2908480c16f7a15e121819e8401903cb16f43
tree98e9c13bf3a2d17598c3a05263a9a1c3c75cbabf
parentf92099657f465d782a8e32444d59f8ebdbdce182
Fix VC++ warnings about __has_include().

The compiler warns about content after defined(__has_included), so avoid
the issue by putting these Clang tests inside one big #ifdef
__has_included block.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h