]> git.saurik.com Git - wxWidgets.git/commit
Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jan 2010 12:07:16 +0000 (12:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jan 2010 12:07:16 +0000 (12:07 +0000)
commitaedb388157db64d85a04f9ab13999aff73f9bed0
treecdeb205041d8bae2d5724f466886af48d3b39d47
parent86c3808c286007a4e3c15f21204fa9ce2edf3728
Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build.

wxMenuItem in wxUniv doesn't even use wxOwnerDrawn but linking in
ownerdrwcmn.cpp is enough to break the DLL build of wxUniv at least under MSW
as it references symbols normally defined in msw/ownerdrw.cpp which is not
part of wxUniv.

Fix this by simply disabling wxUSE_OWNER_DRAWN under wxUniv for now as it's
unused anyhow.

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