Skip to content

Commit

Permalink
Merge b1b898f into 08d3c6f
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Apr 29, 2020
2 parents 08d3c6f + b1b898f commit 7d2b33e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -90,6 +90,10 @@ if(MSVC)

# Remove unreferenced COMDAT
$<$<NOT:$<CONFIG:Debug>>:/Zc:inline>

# Disable thread-safe initialization of local static variables for XP compatibility
# https://web.archive.org/web/20151123133638/https://connect.microsoft.com/VisualStudio/feedback/details/1789709/visual-c-2015-runtime-broken-on-windows-server-2003-c-11-magic-statics
/Zc:threadSafeInit-
)
else()
add_compile_options(-fstack-protector-strong -fdiagnostics-color)
Expand Down
2 changes: 2 additions & 0 deletions whatsnew.txt
@@ -1,3 +1,5 @@
+Fix various crashes occuring on Windows XP since v2.10.0 (issue 1332)

!v2.11.0 pre-release build
<strong>Reminder: this new SWS version requires REAPER v5.979+!</strong>

Expand Down

0 comments on commit 7d2b33e

Please sign in to comment.