Fix Windows build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7005 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Jordan Woyak 2011-01-31 03:30:24 +00:00
commit 7a6c9df8ea
4 changed files with 16 additions and 32 deletions

View file

@ -95,11 +95,7 @@ CGprofile g_cgvProf;
CGprofile g_cgfProf;
#endif
#ifdef _WIN32
extern int OSDInternalW, OSDInternalH;
#else
int OSDInternalW, OSDInternalH;
#endif
namespace OGL
{