]> git.saurik.com Git - wxWidgets.git/commit
Include wx/defs.h before testing for wxUSE_CHECKLISTBOX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:35:55 +0000 (11:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:35:55 +0000 (11:35 +0000)
commit91012d561dbec05c710384645e002bd6cc6eb991
treea355a47909ad4431dc119aec61f9803a80724517
parentd89b7c194d77ae14dcdb113ac4ffe79f5515b4ca
Include wx/defs.h before testing for wxUSE_CHECKLISTBOX.

We need to include wx/defs.h that (indirectly) defines wxUSE_CHECKLISTBOX
before testing for it in wx/checklst.h, otherwise the test may fail if the
latter header is the first wx header included by the user code.

Closes #12306.

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