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
This commit is contained in:
LPFaint99
2009-07-11 04:33:38 +00:00
parent dc30df7dca
commit 419c6a0927
3 changed files with 19 additions and 13 deletions

View File

@ -80,7 +80,8 @@ __forceinline void MemFence()
MemoryBarrier();
}
#else
// TODO: UNIX experts, please implement the memory fence.
// TODO: UNIX experts, please implement the memory fence.
void MemFence();
#endif
class CriticalSection