6 Jul
2023
6 Jul
'23
8:19 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.networking.hostname/hostname.c:
hostname_IsEqual, };
+DEFINE_IINSPECTABLE( hostnamefactory, IHostNameFactory, struct hostname, IActivationFactory_iface )
Fwiw I often find that converting camel case to snake case more directly gives more readable and consistent results. For instance that would be `host_name` and `host_name_factory` (eventually cutting off some components if the names gets too long). Not a big deal though but feel free to make an update if you like. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3249#note_38107