mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-11 12:25:48 +00:00
spu2-x:windows: Use INT_PTR for DialogProc return type
Fixes a 64-bit compile error.
This commit is contained in:
parent
5719bddbb5
commit
f40b2e641b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user