win32: fix a type
This commit is contained in:
parent
336eb4329e
commit
2cc6a4f7af
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user