From 3715ae1f2db890cfa17682f86ced4704fe3f1d36 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Fri, 27 Jan 2017 10:28:39 +0100 Subject: [PATCH] include: Update SIID_MAX_ICONS. Fixes test failures on current Windows 10. Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- include/shellapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/shellapi.h b/include/shellapi.h index d1aad6b20e9..eb09937599d 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