Re: [Mingw-w64-public] [PATCH v3 04/10] crt: use WCHAR API's in WspiapiLoad

2020-05-06 Thread Martin Storsjö
On Mon, 27 Apr 2020, Steve Lhomme wrote: They are more likely to be available in UWP and we already provide a LoadLibraryW replacement otherwise. --- mingw-w64-crt/libsrc/wspiapi/WspiapiLoad.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) This looks ok with me in genera

[Mingw-w64-public] [PATCH v3 04/10] crt: use WCHAR API's in WspiapiLoad

2020-04-27 Thread Steve Lhomme
They are more likely to be available in UWP and we already provide a LoadLibraryW replacement otherwise. --- mingw-w64-crt/libsrc/wspiapi/WspiapiLoad.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mingw-w64-crt/libsrc/wspiapi/WspiapiLoad.c b/mingw-w64-crt/l