11 Mar
2023
11 Mar
'23
11:39 p.m.
Alex Henrie (@alexhenrie) commented about dlls/windows.networking/main.c:
#include <windef.h> #include <winnt.h> +#include <winstring.h> #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winsock);
+const char *debugstr_hstring(HSTRING hstr)
This function should be static, at least for now because it's not used in any other files. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2379#note_26745