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;
|
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) {
|
switch(msg) {
|
||||||
case WM_INITDIALOG :
|
case WM_INITDIALOG :
|
||||||
SetDlgItemText(hDlg,MZCOM_URL,
|
SetDlgItemText(hDlg,MZCOM_URL,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user