win32: fix a type

This commit is contained in:
Matthew Flatt 2010-12-06 07:27:40 -07:00
parent 336eb4329e
commit 2cc6a4f7af

View File

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