1.9.5
This commit is contained in:
parent
c681567c95
commit
05e58ca2cd
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue