Commit 6d7a32a1 authored by Roman Pisl's avatar Roman Pisl Committed by Alexandre Julliard

shell32: Implement NIM_SETVERSION.

parent cf0f7fcf
......@@ -234,6 +234,8 @@ noicon:
}
if (data->uFlags & NIF_GUID)
data->guidItem = nid->guidItem;
if (dwMessage == NIM_SETVERSION)
data->u.uVersion = nid->u.uVersion;
/* FIXME: balloon icon */
cds.lpData = data;
......
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