[NETWORK:DD] NDIS_MINIPORT_DRIVER and NDIS51_MINIPORT do not need a value (#8315)

This commit is contained in:
Serge Gautherie
2025-05-28 03:48:05 +02:00
committed by Hermès Bélusca-Maïto
parent 4a3bf41abb
commit 04f052bec8
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
add_definitions(
-DNDIS_MINIPORT_DRIVER
-DNDIS51_MINIPORT=1)
-DNDIS51_MINIPORT
-DNDIS_MINIPORT_DRIVER)
list(APPEND SOURCE
dc21x4.c

View File

@@ -8,9 +8,9 @@
#ifndef _NE2000_PCH_
#define _NE2000_PCH_
#define NDIS_MINIPORT_DRIVER 1
#define NDIS_MINIPORT_DRIVER
#define NDIS_LEGACY_MINIPORT 1
#define NDIS51_MINIPORT 1
#define NDIS51_MINIPORT
#include <ndis.h>
#include <8390.h>

View File

@@ -3,8 +3,8 @@ include_directories(BEFORE Common
${REACTOS_SOURCE_DIR}/sdk/lib/drivers/virtio)
add_definitions(
-DNDIS_MINIPORT_DRIVER
-DNDIS51_MINIPORT=1)
-DNDIS51_MINIPORT
-DNDIS_MINIPORT_DRIVER)
list(APPEND SOURCE
Common/ParaNdis-Common.c

View File

@@ -1,7 +1,7 @@
add_definitions(
-DNDIS_MINIPORT_DRIVER
-DNDIS51_MINIPORT=1)
-DNDIS51_MINIPORT
-DNDIS_MINIPORT_DRIVER)
list(APPEND SOURCE
backoff.c