From 7da7a752af223a3fd838f776fabecf8bd97dfa9d Mon Sep 17 00:00:00 2001 From: segfault Date: Fri, 22 May 2020 20:13:01 +0200 Subject: removed that ridiculous return statement if OS version does not match --- PastDSEDriver/Utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'PastDSEDriver/Utils.c') diff --git a/PastDSEDriver/Utils.c b/PastDSEDriver/Utils.c index 866e606..1e8ca97 100644 --- a/PastDSEDriver/Utils.c +++ b/PastDSEDriver/Utils.c @@ -44,7 +44,6 @@ NTSTATUS CheckVersion(void) { /* TODO: Verify on other builds */ KDBG("WARNING: ONLY Windows 10.0.17134 (1803/RS4) supported at the moment!\n"); - return STATUS_ACCESS_DENIED; } } -- cgit v1.2.3