mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Added NDISVERSION define for our target NDIS support level, currently commented out pending testing.
svn path=/trunk/; revision=3353
This commit is contained in:
parent
8141b34d44
commit
faa53591e2
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@ MP := 0
|
||||||
# Whether to compile for ACPI compliant systems
|
# Whether to compile for ACPI compliant systems
|
||||||
#
|
#
|
||||||
ACPI := 0
|
ACPI := 0
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Which version of NDIS do we support up to?
|
||||||
|
#
|
||||||
|
#NDISVERSION=NDIS50
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue