Module: wine Branch: master Commit: 3715ae1f2db890cfa17682f86ced4704fe3f1d36 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3715ae1f2db890cfa17682f86c...
Author: Hans Leidekker hans@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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