mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated ntdll-Loader_Machine_Type patchset
This commit is contained in:
parent
fd7f8c9f16
commit
44ee738e8b
@ -124,7 +124,7 @@ index 1a3dd80..db79296 100644
|
||||
+ SIZE_T ret;
|
||||
+
|
||||
+ if(NtQuerySection(hfile, SectionImageInformation, &info, sizeof(info), &ret) == STATUS_SUCCESS)
|
||||
+ return !info.ImageContainsCode;
|
||||
+ return !info.TransferAddress;
|
||||
+
|
||||
+ return FALSE;
|
||||
+}
|
||||
|
Loading…
Reference in New Issue
Block a user