mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
Fix *BSD build.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7002 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fec5ed92ff
commit
8822674653
21 changed files with 36 additions and 34 deletions
|
@ -96,9 +96,9 @@ CGprofile g_cgfProf;
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
|
||||
extern int OSDInternalW, OSDInternalH;
|
||||
#else
|
||||
int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
|
||||
int OSDInternalW, OSDInternalH;
|
||||
#endif
|
||||
|
||||
namespace OGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue