Skip to content

Commit dd00ebd

Browse files
SergeGautherieHBelusca
authored andcommitted
[PCNET] CMakeLists.txt: Remove superseded -DNDIS50_MINIPORT (reactos#8313)
Addendum to commit 74015ad (r20671). CORE-20300
1 parent d1b1292 commit dd00ebd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/network/dd/pcnet/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

22
add_definitions(
3-
-DNDIS50_MINIPORT
3+
-DNDIS51_MINIPORT
44
-DNDIS_MINIPORT_DRIVER
5-
-DNDIS_LEGACY_MINIPORT
6-
-DNDIS51_MINIPORT)
5+
-DNDIS_LEGACY_MINIPORT)
76

87
list(APPEND SOURCE
98
pcnet.c

0 commit comments

Comments
 (0)