From 49d929c19cf65ea60a13a5254f86ec623483517e Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 19 Jun 2010 11:15:05 +0000 Subject: [PATCH] spu2-x: Get Spu2-X compiling in Linux again. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3235 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/spu2-x/src/PS2E-spu2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/spu2-x/src/PS2E-spu2.cpp b/plugins/spu2-x/src/PS2E-spu2.cpp index 84fd5d0149..c1b59a901a 100644 --- a/plugins/spu2-x/src/PS2E-spu2.cpp +++ b/plugins/spu2-x/src/PS2E-spu2.cpp @@ -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)