Re: [Mingw-w64-public] [PATCH] crt: add netio def files

2020-03-02 Thread Martin Storsjö
On Mon, 2 Mar 2020, Biswapriyo Nath wrote: What's the purpose of having import libraries for these *.sys drivers? To compile Windows kernel mode driver with mingw-w64. > As far as I can see, they're not part available as import libraries in > the windows sdk. It is present in latest Windows

Re: [Mingw-w64-public] [PATCH] crt: add netio def files

2020-03-01 Thread Biswapriyo Nath
> What's the purpose of having import libraries for these *.sys drivers? To compile Windows kernel mode driver with mingw-w64. As far as I can see, they're not part available as import libraries in the windows sdk. It is present in latest Windows SDK at the time of writing this. See this path C:

Re: [Mingw-w64-public] [PATCH] crt: add netio def files

2020-03-01 Thread Martin Storsjö
On Sun, 1 Mar 2020, Biswapriyo Nath wrote: ... The patch looks fine to me, but I'm starting to wonder, what's the purpose of having import libraries for these *.sys drivers? As far as I can see, they're not part available as import libraries in the windows sdk. Does this relate to what I sa

[Mingw-w64-public] [PATCH] crt: add netio def files

2020-02-29 Thread Biswapriyo Nath
... From 1a8178d8ffd011d4f0daa2f4d780286ab6fd0fe9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 1 Mar 2020 12:45:02 +0530 Subject: [PATCH] crt: add netio def files Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/netio.def | 531 + mingw-w64-cr