- Fix ndis build, thanks to Filip.

svn path=/trunk/; revision=20670
This commit is contained in:
Alex Ionescu
2006-01-07 20:52:25 +00:00
parent 5db36e709c
commit af0baef39e
2 changed files with 5 additions and 8 deletions

View File

@@ -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>

View File

@@ -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">