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

@ -31,6 +31,11 @@
namespace Common
{
#ifndef _WIN32
// TODO see thread.h
void MemFence(){;}
#endif
#ifdef _WIN32
void InitThreading()