]> git.saurik.com Git - wxWidgets.git/commit
Use thread ID and not thread handle in the error messages in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Feb 2013 20:41:14 +0000 (20:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Feb 2013 20:41:14 +0000 (20:41 +0000)
commit9f298361db63eb8d8f427538b2ff233ce36d08a9
treed58f96e5f11c5a06a43493c01a267350d33488ff
parenta990673bb9778c4f5e781ba0b0e2a420c8cb815e
Use thread ID and not thread handle in the error messages in wxMSW.

The ID is in general more useful than the handle and this also fixes an assert
failure due to mismatch between the HANLDE type and "%x" format specifier.

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