git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxThreadInternal *pthread = thread->m_internal;
// add to TLS so that This() will work
wxThreadInternal *pthread = thread->m_internal;
// add to TLS so that This() will work
- verify_noerr( MPSetTaskStorageValue( gs_tlsForWXThread , (long) thread ) ) ;
+ verify_noerr( MPSetTaskStorageValue( gs_tlsForWXThread , (TaskStorageValue) thread ) ) ;
// have to declare this before pthread_cleanup_push() which defines a
// block!
// have to declare this before pthread_cleanup_push() which defines a
// block!