mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
- Fix ndis build, thanks to Filip.
svn path=/trunk/; revision=20670
This commit is contained in:
@@ -12,15 +12,8 @@
|
||||
|
||||
typedef unsigned long NDIS_STATS;
|
||||
|
||||
/* This magical flag combo seems to work. Filip should verify this */
|
||||
#undef NDIS_WRAPPER
|
||||
#define NDIS_LEGACY_DRIVER 1
|
||||
#define NDIS_LEGACY_MINIPORT 1
|
||||
#define NDIS_LEGACY_PROTOCOL 1
|
||||
#define NDIS51_MINIPORT 1
|
||||
#define NDIS_MINIPORT_DRIVER 1
|
||||
#include <ntifs.h>
|
||||
#include <ndis.h>
|
||||
#undef EXPORT
|
||||
#include <xfilter.h>
|
||||
#include <afilter.h>
|
||||
#include <atm.h>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
<define name="NDIS51" />
|
||||
<define name="NDIS50_MINIPORT" />
|
||||
<define name="NDIS51_MINIPORT" />
|
||||
<define name="NDIS_LEGACY_DRIVER" />
|
||||
<define name="NDIS_LEGACY_MINIPORT" />
|
||||
<define name="NDIS_LEGACY_PROTOCOL" />
|
||||
<define name="NDIS_MINIPORT_DRIVER" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<directory name="include">
|
||||
|
||||
Reference in New Issue
Block a user