diff options
| author | ya-solnyshko <[email protected]> | 2025-04-06 13:41:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-06 13:41:57 +0200 |
| commit | 44844a5888b8a12652ee4e4d87dd53c08afa146d (patch) | |
| tree | fa9246114c21fc120eeebb8c3b913196c57bbfe9 /network/wlan | |
| parent | 3dbe73da0848fce170ff4f59459bc597f0d0cd34 (diff) | |
| parent | 89cb2a985612eb83e20b15f6445228ee7f681fba (diff) | |
Merge branch 'main' into fix-transaction-processing
Diffstat (limited to 'network/wlan')
| -rw-r--r-- | network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props index 95559b3c..48fb4917 100644 --- a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props +++ b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props @@ -17,7 +17,7 @@ <KMDF_VERSION_MINOR Condition="'$(TargetVersion)'=='Win8'">11</KMDF_VERSION_MINOR> <!-- WinBlue now only supports v11. It will be 13 later --> <KMDF_VERSION_MINOR Condition="'$(TargetVersion)'=='WindowsV6.3'">11</KMDF_VERSION_MINOR> - <KMDF_VERSION_MINOR Condition="'$(TargetVersion)'=='Windows10'">13</KMDF_VERSION_MINOR> + <KMDF_VERSION_MINOR Condition="'$(TargetVersion)'=='Windows10'">15</KMDF_VERSION_MINOR> <C_DEFINES Condition="'$(TargetVersion)'=='Vista'"> -DNDIS_MINIPORT_DRIVER -DNDIS60_MINIPORT=1 -DBINARY_COMPATIBLE=0 -DUSE_KLOCKS=1</C_DEFINES> <C_DEFINES Condition="'$(TargetVersion)'=='Win7'"> -DNDIS_MINIPORT_DRIVER -DNDIS60_MINIPORT=1 -DNDIS61_MINIPORT=1 -DNDIS620_MINIPORT=1 -DBINARY_COMPATIBLE=0 -DUSE_KLOCKS=1</C_DEFINES> |
