]> git.saurik.com Git - wxWidgets.git/commit
Don't call ::GetLayout() in wxMSW code directly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Feb 2013 11:11:53 +0000 (11:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Feb 2013 11:11:53 +0000 (11:11 +0000)
commit87a1dbc52e44796f9821b5d66118754dad57473e
tree4427ed88b16e0fd5a5ee11f5c601f904236872b5
parente75ceab08ca0f3ed40931a42e623f770ea6da427
Don't call ::GetLayout() in wxMSW code directly.

Use wxMSW::GetLayout() wrapper to avoid directly binding to a function not
present in old Windows versions and also to fix linking errors with MinGW
after the changes of r73484.

See #3995.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dc.cpp