spu2-x: Get Spu2-X compiling in Linux again.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3235 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-06-19 11:15:05 +00:00
parent 15d296cca0
commit 49d929c19c
1 changed files with 2 additions and 1 deletions

View File

@ -366,6 +366,7 @@ EXPORT_C_(s32) SPU2init()
return 0;
}
#ifdef _MSC_VER
// Bit ugly to have this here instead of in RealttimeDebugger.cpp, but meh :p
extern bool debugDialogOpen;
extern HWND hDebugDialog;
@ -405,7 +406,7 @@ static BOOL CALLBACK DebugProc(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
}
return TRUE;
}
#endif
uptr gsWindowHandle = 0;
EXPORT_C_(s32) SPU2open(void *pDsp)