_beginthreadex() entry point should really return unsigned and not wxUIntPtr even...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Jul 2008 02:49:12 +0000 (02:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Jul 2008 02:49:12 +0000 (02:49 +0000)
commitd79c9c67919f4428a8be5ffd6f5eba7dba35daa2
treec55cb32b575679f951e8411ee107362d27a1a74c
parentb3f2ce1c3fb3f43004ba9ee4844034fdf29c4865
_beginthreadex() entry point should really return unsigned and not wxUIntPtr even if this means that it's impossible to return pointers from wxThread::Entry() under Win64 (#9727)

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