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.