You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 152b24015308286441399f9fc2be57213c762c7a.
This commit is contained in:
@@ -24,7 +24,7 @@ index 28dc60c40a2..7d6c7447d79 100644
|
||||
# @ stub NtAllocateUserPhysicalPages
|
||||
-@ stdcall NtAllocateUuids(ptr ptr ptr)
|
||||
+@ stdcall NtAllocateUuids(ptr ptr ptr ptr)
|
||||
@ stdcall NtAllocateVirtualMemory(long ptr ptr ptr long long)
|
||||
@ stdcall NtAllocateVirtualMemory(long ptr long ptr long long)
|
||||
@ stdcall NtAreMappedFilesTheSame(ptr ptr)
|
||||
@ stdcall NtAssignProcessToJobObject(long long)
|
||||
@@ -1035,7 +1035,7 @@
|
||||
@@ -33,7 +33,7 @@ index 28dc60c40a2..7d6c7447d79 100644
|
||||
# @ stub ZwAllocateUserPhysicalPages
|
||||
-@ stdcall -private ZwAllocateUuids(ptr ptr ptr) NtAllocateUuids
|
||||
+@ stdcall -private ZwAllocateUuids(ptr ptr ptr ptr) NtAllocateUuids
|
||||
@ stdcall -private ZwAllocateVirtualMemory(long ptr ptr ptr long long) NtAllocateVirtualMemory
|
||||
@ stdcall -private ZwAllocateVirtualMemory(long ptr long ptr long long) NtAllocateVirtualMemory
|
||||
@ stdcall -private ZwAreMappedFilesTheSame(ptr ptr) NtAreMappedFilesTheSame
|
||||
@ stdcall -private ZwAssignProcessToJobObject(long long) NtAssignProcessToJobObject
|
||||
diff --git a/dlls/ntdll/om.c b/dlls/ntdll/om.c
|
||||
@@ -65,7 +65,7 @@ index 62ceaceeea6..bba67d71c7d 100644
|
||||
@ stdcall NtAllocateLocallyUniqueId(ptr) ntdll.NtAllocateLocallyUniqueId
|
||||
-@ stdcall NtAllocateUuids(ptr ptr ptr) ntdll.NtAllocateUuids
|
||||
+@ stdcall NtAllocateUuids(ptr ptr ptr ptr) ntdll.NtAllocateUuids
|
||||
@ stdcall NtAllocateVirtualMemory(long ptr ptr ptr long long) ntdll.NtAllocateVirtualMemory
|
||||
@ stdcall NtAllocateVirtualMemory(long ptr long ptr long long) ntdll.NtAllocateVirtualMemory
|
||||
@ stub NtBuildNumber
|
||||
@ stdcall NtClose(long) ntdll.NtClose
|
||||
diff --git a/include/winternl.h b/include/winternl.h
|
||||
|
||||
Reference in New Issue
Block a user