UniversalStacktrace icon indicating copy to clipboard operation
UniversalStacktrace copied to clipboard

Mingw with win32 thread model should be handled like msvc

Open jingkaimori opened this issue 2 years ago • 1 comments

Mingw has two thread model: posix and win32. Posix model behaves as standard c++ compiler, but mingw of win32 model is built without std::mutex, thus behaves like msvc. So detection at line 173 should be changed.

jingkaimori avatar Aug 22 '23 04:08 jingkaimori

Please submit a PR, thanks!

MisterTea avatar Aug 22 '23 12:08 MisterTea