diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-07-11 04:33:38 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-07-11 04:33:38 +0000 |
| commit | 419c6a09278158826ec479b91f665cc3c0296e04 (patch) | |
| tree | 9a357fbbbb95936e287f8978e7f4afead39cb1eb /Source/Core/Common/Src/Thread.cpp | |
| parent | dc30df7dca0b2bad0c67dc1eef426b6e17c80ca0 (diff) | |
fig ConfigPadDlg size in linux, temporary linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3742 8ced0084-cf51-0410-be5f-012b33b47a6e
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() |
