From faa53591e2e9a34ff5ce54b770d4b4d51dbe8b09 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Sat, 17 Aug 2002 16:02:08 +0000 Subject: [PATCH] Added NDISVERSION define for our target NDIS support level, currently commented out pending testing. svn path=/trunk/; revision=3353 --- reactos/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reactos/config b/reactos/config index 732f7a45add..a907ccde0d8 100644 --- a/reactos/config +++ b/reactos/config @@ -24,3 +24,10 @@ MP := 0 # Whether to compile for ACPI compliant systems # ACPI := 0 + + +# +# Which version of NDIS do we support up to? +# +#NDISVERSION=NDIS50 +