We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1224b commit df49026Copy full SHA for df49026
drivers/network/dd/ne2000/CMakeLists.txt
@@ -1,6 +1,11 @@
1
2
include_directories(BEFORE include)
3
4
+add_definitions(
5
+ -DNDIS51_MINIPORT
6
+ -DNDIS_MINIPORT_DRIVER
7
+ -DNDIS_LEGACY_MINIPORT=1)
8
+
9
list(APPEND SOURCE
10
ne2000/8390.c
11
ne2000/main.c
drivers/network/dd/ne2000/include/ne2000.h
@@ -8,9 +8,6 @@
#ifndef _NE2000_PCH_
#define _NE2000_PCH_
-#define NDIS_MINIPORT_DRIVER
12
-#define NDIS_LEGACY_MINIPORT 1
13
-#define NDIS51_MINIPORT
14
#include <ndis.h>
15
#include <8390.h>
16
0 commit comments