Mark Harmstone : include: Update value of MAX_INTLIST_COUNT in uxtheme.h.
Module: wine Branch: master Commit: 1f4a4eca32ea9c7eb2f974e26adcffaf983ff409 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1f4a4eca32ea9c7eb2f974e26a... Author: Mark Harmstone <hellas(a)burntcomma.com> Date: Mon Apr 6 22:07:38 2015 +0100 include: Update value of MAX_INTLIST_COUNT in uxtheme.h. --- include/uxtheme.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/uxtheme.h b/include/uxtheme.h index 8e65f56..4a43154 100644 --- a/include/uxtheme.h +++ b/include/uxtheme.h @@ -97,7 +97,8 @@ HRESULT WINAPI GetThemeFilename(HTHEME,int,int,int,LPWSTR,int); HRESULT WINAPI GetThemeFont(HTHEME,HDC,int,int,int,LOGFONTW*); HRESULT WINAPI GetThemeInt(HTHEME,int,int,int,int*); -#define MAX_INTLIST_COUNT 10 +/* MAX_INTLIST_COUNT was 10 before Vista */ +#define MAX_INTLIST_COUNT 402 typedef struct _INTLIST { int iValueCount; int iValues[MAX_INTLIST_COUNT];
participants (1)
-
Alexandre Julliard