Disable the use of compiler TLS by default under Windows.
While compiler TLS support is simpler to use and much faster than using our own Win32 API-based TLS implementation, it results in difficult to debug crashes when used inside a dynamically loaded DLL under Windows XP, so disable it by default to be safe. Closes #13116. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -610,6 +610,7 @@ wxGTK:
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Disable the use of compiler TLS to avoid mysterious crashes in plugins.
|
||||
- Fix blank wxBitmapComboBox dropdown appearance.
|
||||
- Fix clicking on checkboxes in wxDataViewCtrl.
|
||||
- Make "%lu" work with size_t arguments under Win64 (laro).
|
||||
|
Reference in New Issue
Block a user