Fix the unresolved symbol OSDChoice in the OpenGL plugin on linux.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6617 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-12-19 20:30:23 +00:00
parent aef7f6c3f5
commit 47454a4ed9

View file

@ -101,7 +101,11 @@ static u32 s_blendMode;
static Common::Thread *scrshotThread = 0;
#endif
#ifdef _WIN32
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
#else
int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
#endif
namespace
{