mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 01:26:05 +00:00
More MSVC 2010 build fixes
This commit is contained in:
parent
38db520617
commit
194ada2481
3 changed files with 3 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
// partial std::condition_variable implementation for win32/pthread
|
||||
|
||||
#include <mutex>
|
||||
#include "StdMutex.h"
|
||||
|
||||
#if (_MSC_VER >= 1600) || (GCC_VERSION >= GCC_VER(4,3,0) && __GXX_EXPERIMENTAL_CXX0X__)
|
||||
#define USE_RVALUE_REFERENCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue