Roman Pisl : shell32: Implement NIM_SETVERSION.

Alexandre Julliard julliard at winehq.org
Wed Oct 12 16:06:15 CDT 2016


Module: wine
Branch: master
Commit: 6d7a32a1075999be44f312210766d992a09c735f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d7a32a1075999be44f312210766d992a09c735f

Author: Roman Pisl <rpisl at seznam.cz>
Date:   Mon Oct 10 16:35:38 2016 +0200

shell32: Implement NIM_SETVERSION.

Signed-off-by: Roman Pisl <rpisl at seznam.cz>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/systray.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/shell32/systray.c b/dlls/shell32/systray.c
index dfa30ff..a043912 100644
--- a/dlls/shell32/systray.c
+++ b/dlls/shell32/systray.c
@@ -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;




More information about the wine-cvs mailing list