mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[NETWORK:DD] NDIS_MINIPORT_DRIVER and NDIS51_MINIPORT do not need a value (#8315)
This commit is contained in:
committed by
Hermès Bélusca-Maïto
parent
4a3bf41abb
commit
04f052bec8
@@ -1,7 +1,7 @@
|
||||
|
||||
add_definitions(
|
||||
-DNDIS_MINIPORT_DRIVER
|
||||
-DNDIS51_MINIPORT=1)
|
||||
-DNDIS51_MINIPORT
|
||||
-DNDIS_MINIPORT_DRIVER)
|
||||
|
||||
list(APPEND SOURCE
|
||||
dc21x4.c
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
add_definitions(
|
||||
-DNDIS_MINIPORT_DRIVER
|
||||
-DNDIS51_MINIPORT=1)
|
||||
-DNDIS51_MINIPORT
|
||||
-DNDIS_MINIPORT_DRIVER)
|
||||
|
||||
list(APPEND SOURCE
|
||||
backoff.c
|
||||
|
||||
Reference in New Issue
Block a user