mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[NETWORK:NE2000] Move the NDIS_* defines to the CMakeFiles.txt
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
|
||||
include_directories(BEFORE include)
|
||||
|
||||
add_definitions(
|
||||
-DNDIS51_MINIPORT
|
||||
-DNDIS_MINIPORT_DRIVER
|
||||
-DNDIS_LEGACY_MINIPORT=1)
|
||||
|
||||
list(APPEND SOURCE
|
||||
ne2000/8390.c
|
||||
ne2000/main.c
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
#ifndef _NE2000_PCH_
|
||||
#define _NE2000_PCH_
|
||||
|
||||
#define NDIS_MINIPORT_DRIVER
|
||||
#define NDIS_LEGACY_MINIPORT 1
|
||||
#define NDIS51_MINIPORT
|
||||
#include <ndis.h>
|
||||
#include <8390.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user