31 Jul
2023
31 Jul
'23
10:26 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
static const WCHAR ramdacW[] = {'I','n','t','e','r','g','r','a','t','e','d',' ','R','A','M','D','A','C',0}; static const WCHAR driver_dateW[] = {'D','r','i','v','e','r','D','a','t','e',0}; + static const WCHAR driver_versionW[] = + {'D','r','i','v','e','r','V','e','r','s','i','o','n',0};
A syntax nitpick. In the commit subject, please remove the `s` from requires. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3104#note_40750