From 2cc6a4f7af4691acdbaaf782d8954a22ff17ae10 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 6 Dec 2010 07:27:40 -0700 Subject: [PATCH] win32: fix a type --- src/mzcom/mzobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mzcom/mzobj.cxx b/src/mzcom/mzobj.cxx index 01bdbf0ac4..91f3255d0b 100644 --- a/src/mzcom/mzobj.cxx +++ b/src/mzcom/mzobj.cxx @@ -495,7 +495,7 @@ STDMETHODIMP CMzObj::Eval(BSTR input, BSTR *output) { return hr; } -LONG_PTR WINAPI dlgProc(HWND hDlg,UINT msg,WPARAM wParam,LPARAM) { +INT_PTR WINAPI dlgProc(HWND hDlg,UINT msg,WPARAM wParam,LPARAM) { switch(msg) { case WM_INITDIALOG : SetDlgItemText(hDlg,MZCOM_URL,