]> git.saurik.com Git - wxWidgets.git/commit
Build fix: don't test for __WXMSW__ using #if in wx/defs.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2010 11:42:43 +0000 (11:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2010 11:42:43 +0000 (11:42 +0000)
commit128eed6c642f307d893f8f9eb491ee7ee3bc8834
tree52aa0e7401a9d6695cc43e99a64c3292cebdef0b
parentc02f03d563e895258dcac98a2ade423a1acbf7f9
Build fix: don't test for __WXMSW__ using #if in wx/defs.h.

__WXMSW__ should be tested using #ifdef but in fact there doesn't seem to be
any need to test for it at all here as __CYGWIN__ implies __WXMSW__ anyhow.

Closes #12266.

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