mirror of https://github.com/PCSX2/pcsx2.git
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 bool debugDialogOpen;
|
||||||
extern HWND hDebugDialog;
|
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;
|
int wmId;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue