diff options
author | segfault <toni@impl.cc> | 2020-05-22 20:13:01 +0200 |
---|---|---|
committer | segfault <toni@impl.cc> | 2020-08-09 06:25:26 -0700 |
commit | 4500f4aa74508a138434ceb36936ebd908dd266b (patch) | |
tree | f4e5df5d749a646e3694d6d0581691072e421cb0 /PastDSEDriver | |
parent | ba9748134437b0929974b9bcc9f3a1f7c334d2d6 (diff) |
removed that ridiculous return statement if OS version does not match
Diffstat (limited to 'PastDSEDriver')
-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; } } |