8 Jul
2023
8 Jul
'23
5:13 a.m.
From: 3ts75 <bimy1280163(a)gn.iwasaki.ac.jp> --- programs/winhlp32/hlpfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winhlp32/hlpfile.h b/programs/winhlp32/hlpfile.h index 55ef681edd8..1ed8e65f5e0 100644 --- a/programs/winhlp32/hlpfile.h +++ b/programs/winhlp32/hlpfile.h @@ -26,7 +26,7 @@ typedef struct { char type[10]; char name[9]; - char caption[51]; + char caption[300]; POINT origin; SIZE size; int style; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3270