From 4a7c156bf864d46464ba3d73a0555f10c091c216 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 21 Apr 2021 18:54:27 -0400 Subject: [PATCH] Revert "Removed language from comments" This reverts commit 0a18e66a83580555e08f1bd4c1807a1dac3bf628. --- ext/bin/tap-windows-ndis6/x64/zttap300.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bin/tap-windows-ndis6/x64/zttap300.inf b/ext/bin/tap-windows-ndis6/x64/zttap300.inf index 944492ca6..e05038dae 100644 --- a/ext/bin/tap-windows-ndis6/x64/zttap300.inf +++ b/ext/bin/tap-windows-ndis6/x64/zttap300.inf @@ -70,7 +70,7 @@ AddService = zttap300, 2, zttap300.service [zttap300.reg] HKR, Ndi, Service, 0, "zttap300" -HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; 'ndis5' is correct +HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" ; yes, 'ndis5' is correct... yup, Windows. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, , Manufacturer, 0, "%Provider%" HKR, , ProductName, 0, "%DeviceDescription%"