Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:47 +0000 (21:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:47 +0000 (21:34 +0000)
commitb33e9f4031e64e957dcb873bf5e7c9a3b08d0c0d
tree3639a4f5681096d3fa4a82f3083f67c59ab2ea1a
parent233f786e8e6abfe1f5fca6209c63dc12764d6887
Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support.

Compiler TLS support is broken under Win32/MSVC when used for a code which is
part of a dynamically loaded DLL, so allow disabling it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
configure
configure.in
docs/doxygen/mainpages/const_wxusedef.h
include/wx/chkconf.h
include/wx/gtk/setup0.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/setup_inc.h
include/wx/tls.h
include/wx/univ/setup0.h
setup.h.in