diff options
Diffstat (limited to 'Source/Core/Common/Src/Thread.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Thread.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Thread.cpp b/Source/Core/Common/Src/Thread.cpp index c6ff629e5a..61029aa2d6 100644 --- a/Source/Core/Common/Src/Thread.cpp +++ b/Source/Core/Common/Src/Thread.cpp @@ -31,6 +31,11 @@ namespace Common { +#ifndef _WIN32 +// TODO see thread.h +void MemFence(){;} +#endif + #ifdef _WIN32 void InitThreading() |
