diff options
Diffstat (limited to 'plugins/MetaContacts/edit.c')
-rw-r--r-- | plugins/MetaContacts/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MetaContacts/edit.c b/plugins/MetaContacts/edit.c index f477d825dc..d5c422d71c 100644 --- a/plugins/MetaContacts/edit.c +++ b/plugins/MetaContacts/edit.c @@ -405,7 +405,7 @@ INT_PTR CALLBACK Meta_EditDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR /*
// custom draw stuff - change colour of listview things - doesn't affect selection :(
} else if (((LPNMHDR)lParam)->code == NM_CUSTOMDRAW) {
- SetWindowLong(hwndDlg, DWL_MSGRESULT, (LONG)ProcessCustomDraw(lParam));
+ SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, (LONG)ProcessCustomDraw(lParam));
return TRUE;
*/
}
|