summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qatomic_msvc.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-011-0/+485
This reverts commit 90493e16b8dd9edc6176d0abc255422edbbb05c3. The change broke static builds with MSVC. [ChangeLog][Visual Studio] Reverted a change that caused static binaries compiled with Visual Studio 2015 to crash on start-up. Note that this does not apply to Visual Studio 2017 static binaries, even though the crash stack traces are very similar: with 2017, the problem is compiler regression and requires updating to version 15.8 for the fix. Task-number: QTBUG-68514 Change-Id: I67ea8e1ef442cecab83e7d8d74efc9617e02da35 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>