Make storing non-trivial data in wxThreadSpecificInfo possible.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 18 Sep 2013 16:03:14 +0000 (16:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 18 Sep 2013 16:03:14 +0000 (16:03 +0000)
commit92c0fc34c104c8d7c12d6a3b78ea232690fc23f4
treebce8001c37c51f40b5238c3611af15c99ecebcd2
parent632c86a3e6a8e5e7e16617a53b1419d394cedb30
Make storing non-trivial data in wxThreadSpecificInfo possible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
build/msw/wx_vc10_base.vcxproj
build/msw/wx_vc10_base.vcxproj.filters
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
include/wx/private/threadinfo.h
src/common/log.cpp
src/common/threadinfo.cpp [new file with mode: 0644]