Skip to content

Commit

Permalink
feat(Vfs): Update Vfs source code to 1.0.5.29. Commit: f18d56d
Browse files Browse the repository at this point in the history
chore(Era): No code change. Reference updated to commit: 0d64ad2

Signed-off-by: VuceticBranislav <[email protected]>
  • Loading branch information
VuceticBranislav committed Apr 17, 2024
1 parent e276749 commit bcaae67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
Contains ERA and VFS projects as well as B2 library.<br/>
<br/></i>
Original commits containing code are from <a href="https://github.com/ethernidee">ethernidee</a> repositories:<br/>
ERA: <a href="https://github.com/ethernidee/era/tree/3c7f91013059e60603ac075d1105313d37a3b488"><strong>3c7f910</strong></a><br/>
VFS: <a href="https://github.com/ethernidee/vfs/tree/5e4a7f0acf1bdfa9eadb3f63c7177e8f0ccbf2e0"><strong>5e4a7f0</strong></a><br/>
ERA: <a href="https://github.com/ethernidee/era/tree/0d64ad2cd6f7bbbc23eded39d22184969c1ad506"><strong>0d64ad2</strong></a><br/>
VFS: <a href="https://github.com/ethernidee/vfs/tree/f18d56dcb7ddee787c01680b98f078fe409359e9"><strong>f18d56d</strong></a><br/>
B2: <a href="https://github.com/ethernidee/b2/tree/001251eb5f45378c329b6a60a4a4d87c346f36a0"><strong>001251e</strong></a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Vfs/VersionInfo.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VER_Major = 1;
VER_Minor = 0;
VER_Build = 5;
VER_Revision = 1;
VER_Revision = 29;
VER_Sufix = '-port';

(* Version control
Expand Down
8 changes: 4 additions & 4 deletions Vfs/VersionInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,5,1
PRODUCTVERSION 1,0,5,1
FILEVERSION 1,0,5,29
PRODUCTVERSION 1,0,5,29
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_PRIVATEBUILD | VER_PRERELEASE | VER_DEBUG)
FILEOS VOS_NT | VOS__WINDOWS32
Expand All @@ -25,8 +25,8 @@ BEGIN
BEGIN
BLOCK "000004E4"
BEGIN
VALUE "ProductVersion", "1.0.5.1\0"
VALUE "FileVersion", "1.0.5.1\0"
VALUE "ProductVersion", "1.0.5.29\0"
VALUE "FileVersion", "1.0.5.29\0"
VALUE "CompanyName", "BerSoft\0"
VALUE "FileDescription", "Virtual File System\0"
VALUE "InternalName", "\0"
Expand Down
2 changes: 1 addition & 1 deletion Vfs/VfsHooks.pas
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function ConvertFileInfoStruct (SrcInfo: PNativeFileInfo; TargetFormat: FILE_INF
end; // .function ConvertFileInfoStruct

const
MASK_ALL_FILES: myWStr = '*'#0;
MASK_ALL_FILES: myWStr = '*';

function Hook_NtQueryDirectoryFile (OrigFunc: WinNative.TNtQueryDirectoryFile; FileHandle: HANDLE; Event: HANDLE; ApcRoutine: pointer; ApcContext: PVOID; Io: PIO_STATUS_BLOCK; Buffer: PVOID;
BufLength: ULONG; InfoClass: integer (* FILE_INFORMATION_CLASS *); SingleEntry: BOOLEAN; {n} Mask: PUNICODE_STRING; RestartScan: BOOLEAN): NTSTATUS; stdcall;
Expand Down

0 comments on commit bcaae67

Please sign in to comment.