]> git.saurik.com Git - wxWidgets.git/commit
cleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Feb 2005 15:07:19 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Feb 2005 15:07:19 +0000 (15:07 +0000)
commit4e5c6c33c530dc4b00cfcd58b6a0dbcae7e6e9d1
treec9e147ec7445035b5dbc5a65a71c408c28ee1072
parent80676593714aca5ba9003ef2fd6bc16dc6074eed
cleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones to test for the same thing)

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