This commit is contained in:
DavidXanatos 2023-05-25 17:43:50 +02:00
parent c681567c95
commit 05e58ca2cd
3 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H
#define _MY_VERSION_H
#define MY_VERSION_BINARY 5,64,4
#define MY_VERSION_STRING "5.64.4"
#define MY_VERSION_BINARY 5,64,5
#define MY_VERSION_STRING "5.64.5"
#define MY_ABI_VERSION 0x56000
// These #defines are used by either Resource Compiler or NSIS installer

View File

@ -481,7 +481,7 @@ check:
// check if there are any protected root folders and restict the access to
//
if (Iopb->MajorFunction == IRP_MJ_CREATE /*&& File_ProtectedRoots.count != 0*/) {
if (Iopb->MajorFunction == IRP_MJ_CREATE && File_ProtectedRoots.count != 0) {
OBJECT_NAME_INFORMATION *Name;
ULONG NameLength;

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1
#define VERSION_MIN 9
#define VERSION_REV 4
#define VERSION_REV 5
#define VERSION_UPD 0
#ifndef STR