24 Nov
2023
24 Nov
'23
8:56 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/shcore/main.c:
FIXME("(%u, %u) stub\n", feature, change_time); return FEATURE_ENABLED_STATE_DEFAULT; } + +/************************************************************************* + * RegisterScaleChangeEvent [SHCORE.@] + */ +HRESULT WINAPI RegisterScaleChangeEvent(HANDLE handle, DWORD_PTR *cookie) +{ + FIXME("(%p, %p) stub\n", handle, cookie); + return E_NOTIMPL; +}
Please add a new line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4486#note_53637