Commit 49308e8d authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

comctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO notification.

parent 71592830
......@@ -710,7 +710,7 @@ static void
TREEVIEW_UpdateDispInfo(const TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
UINT mask)
{
NMTVDISPINFOW callback;
NMTVDISPINFOEXW callback;
HWND hwnd = infoPtr->hwnd;
TRACE("mask %x callbackMask %x\n", mask, wineItem->callbackMask);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment