From 47c8eda1d5731cdfae92cd256090bd525763ef41 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 24 Sep 2021 11:52:05 -0600 Subject: driver: inf: remove LoadOrderGroup It's useless for PnP drivers. Signed-off-by: Jason A. Donenfeld --- driver/wintun.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/driver/wintun.inf b/driver/wintun.inf index c3981a7..e9eb3cf 100644 --- a/driver/wintun.inf +++ b/driver/wintun.inf @@ -54,7 +54,6 @@ ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\wintun.sys -LoadOrderGroup = NDIS [Wintun.EventLog] HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\wintun.sys" -- cgit v1.2.3-59-g8ed1b