mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Re-add StdConditionVariable, MSVC 2010 does not support <condition_variable>
This commit is contained in:
parent
4895e38bd5
commit
a8513e4605
4 changed files with 169 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
// This conflicts with gettext's use of _ as a macro.
|
||||
#undef _
|
||||
|
||||
#include <condition_variable>
|
||||
#include "StdConditionVariable.h"
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue