include: Update SIID_MAX_ICONS.

Hans Leidekker hans at codeweavers.com
Fri Jan 27 03:28:39 CST 2017


Fixes test failures on current Windows 10.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 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
-- 
2.1.4




More information about the wine-patches mailing list