From f40b2e641b2796ca5b1f0afbaedfd8141ce5af1c Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Wed, 13 Jul 2016 19:42:35 +0100 Subject: [PATCH] spu2-x:windows: Use INT_PTR for DialogProc return type Fixes a 64-bit compile error. --- plugins/spu2-x/src/PS2E-spu2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spu2-x/src/PS2E-spu2.cpp b/plugins/spu2-x/src/PS2E-spu2.cpp index 9bf4e15096..4fe428c1bd 100644 --- a/plugins/spu2-x/src/PS2E-spu2.cpp +++ b/plugins/spu2-x/src/PS2E-spu2.cpp @@ -390,7 +390,7 @@ EXPORT_C_(s32) SPU2init() extern bool debugDialogOpen; extern HWND hDebugDialog; -static BOOL CALLBACK DebugProc(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam) +static INT_PTR CALLBACK DebugProc(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam) { int wmId;