6 Sep
2024
6 Sep
'24
3:26 p.m.
Nikolay Sivov (@nsivov) commented about dlls/ntdll/unix/system.c:
return ret; }
+/****************************************************************************** + * __wine_hexstr32_to_guid (NTDLL.@) + */ +static inline BOOL __wine_hexstr32_to_guid(const char *s, GUID *id)
Could you use some existing function for that? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6423#note_81375