comctl32: Fixed (harmless) typo.

This commit is contained in:
Eric Pouech 2005-12-12 11:54:35 +01:00 committed by Alexandre Julliard
parent ada6df3a84
commit 1d2f975ba9
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ TREEVIEW_SendTreeviewNotify(TREEVIEW_INFO *infoPtr, UINT code, UINT action,
TRACE("code:%d action:%x olditem:%p newitem:%p\n",
code, action, oldItem, newItem);
ZeroMemory(&nmhdr, sizeof(NMTREEVIEWA));
ZeroMemory(&nmhdr, sizeof(NMTREEVIEWW));
nmhdr.hdr.hwndFrom = hwnd;
nmhdr.hdr.idFrom = GetWindowLongPtrW(hwnd, GWLP_ID);