This commit is contained in:
DavidXanatos 2024-02-27 08:17:27 +01:00
parent 51bc506456
commit ba99a2cc2d
2 changed files with 1 additions and 14 deletions

View File

@ -1320,19 +1320,6 @@ _FX FILE_LINK *File_FindPermLinksForMatchPath(
link = List_Head(File_PermLinks);
while (link) {
/*const ULONG src_len = link->src_len;
if (
#ifdef WOW64_FS_REDIR
link != File_Wow64FileLink &&
#endif WOW64_FS_REDIR
name_len >= src_len &&
(name[src_len] == L'\\' || name[src_len] == L'\0') &&
_wcsnicmp(name, link->src, src_len) == 0) {
return link;
}*/
const ULONG dst_len = link->dst_len;
if (

View File

@ -34,7 +34,7 @@ const wchar_t Parameters[] = L"\\Parameters";
#define IMAGE_FILE_MACHINE_ARM64 0xAA64 // ARM64 Little-Endian
#endif
#define WIN11_LATEST 26052 // <-----
#define WIN11_LATEST 26070 // <-----
#define SVR2025 26040
#define WIN11_FIRST 22000
#define SVR2022 20348