18 Nov
2024
18 Nov
'24
8:01 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/main.c:
HRESULT WINAPI DllGetActivationFactory(HSTRING classid, IActivationFactory **factory) { + const WCHAR *name; + TRACE("classid %s, factory %p.\n", debugstr_hstring(classid), factory);
Let's move the empty line after "name = WindowsGetStringRawBuffer(classid, NULL);" to follow the TRACE(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_87768