spu2-x:windows: Use INT_PTR for DialogProc return type

Fixes a 64-bit compile error.
This commit is contained in:
Jonathan Li 2016-07-13 19:42:35 +01:00
parent 5719bddbb5
commit f40b2e641b
1 changed files with 1 additions and 1 deletions

View File

@ -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;