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
> 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:
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
...
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