diff options
author | segfault <toni@impl.cc> | 2020-05-22 20:13:01 +0200 |
---|---|---|
committer | segfault <toni@impl.cc> | 2020-05-22 20:13:01 +0200 |
commit | 7da7a752af223a3fd838f776fabecf8bd97dfa9d (patch) | |
tree | 1a3a47576071cf373ebefb08b326d5e5888b8e08 | |
parent | 6897809bf1958d0ad8117605138cab68b7bb782b (diff) |
removed that ridiculous return statement if OS version does not match
-rw-r--r-- | PastDSEDriver/Utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } } |