microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

Add support for ARM64 for network/wlan #1138

Open NeoAdonis opened 4 months ago

JakobL-MSFT commented 3 months ago

I did a " git merge develop" into branch "user/seromero/network-wlan-arm64" so as to have Enya's recent changes to network/wlan/WDI/HEADER/PlatformDef.h and network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c be available. That changes the issue from a compile issue "error C4013: 'NdisOpenFile' undefined; assuming extern returning int" to now a link issue " fatal error LNK1181: cannot open input file 'arm64rt.lib'". One step closer :-)