Hans Leidekker : include: Update SIID_MAX_ICONS.

Alexandre Julliard julliard at winehq.org
Fri Jan 27 14:12:22 CST 2017


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Jan 27 10:28:39 2017 +0100

include: Update SIID_MAX_ICONS.

Fixes test failures on current Windows 10.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/shellapi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/shellapi.h b/include/shellapi.h
index d1aad6b..eb09937 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -606,8 +606,8 @@ typedef enum SHSTOCKICONID
     SIID_MEDIABDR,
     SIID_MEDIABDRE,
     SIID_CLUSTEREDDRIVE,
-    /* Missing: 141 - 177 */
-    SIID_MAX_ICONS = 178
+    /* Missing: 141 - 180 */
+    SIID_MAX_ICONS = 181
 }SHSTOCKICONID;
 
 typedef struct _SHSTOCKICONINFO




More information about the wine-cvs mailing list