You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Updated ntdll-Loader_Machine_Type patchset
This commit is contained in:
@ -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;
|
||||
+}
|
||||
|
Reference in New Issue
Block a user