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>
This commit is contained in:
parent
ebccc3eb6d
commit
3715ae1f2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue