Commit fc1d30f6 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

ntdll: Add NtAreMappedFilesTheSame stub.

parent 4794bec1
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
# @ stub NtAllocateUserPhysicalPages # @ stub NtAllocateUserPhysicalPages
@ stdcall NtAllocateUuids(ptr ptr ptr) @ stdcall NtAllocateUuids(ptr ptr ptr)
@ stdcall NtAllocateVirtualMemory(long ptr ptr ptr long long) @ stdcall NtAllocateVirtualMemory(long ptr ptr ptr long long)
# @ stub NtAreMappedFilesTheSame @ stub NtAreMappedFilesTheSame
# @ stub NtAssignProcessToJobObject # @ stub NtAssignProcessToJobObject
@ stub NtCallbackReturn @ stub NtCallbackReturn
# @ stub NtCancelDeviceWakeupRequest # @ stub NtCancelDeviceWakeupRequest
...@@ -948,7 +948,7 @@ ...@@ -948,7 +948,7 @@
# @ stub ZwAllocateUserPhysicalPages # @ stub ZwAllocateUserPhysicalPages
@ stdcall ZwAllocateUuids(ptr ptr ptr) NtAllocateUuids @ stdcall ZwAllocateUuids(ptr ptr ptr) NtAllocateUuids
@ stdcall ZwAllocateVirtualMemory(long ptr ptr ptr long long) NtAllocateVirtualMemory @ stdcall ZwAllocateVirtualMemory(long ptr ptr ptr long long) NtAllocateVirtualMemory
# @ stub ZwAreMappedFilesTheSame @ stub ZwAreMappedFilesTheSame
# @ stub ZwAssignProcessToJobObject # @ stub ZwAssignProcessToJobObject
@ stub ZwCallbackReturn @ stub ZwCallbackReturn
# @ stub ZwCancelDeviceWakeupRequest # @ stub ZwCancelDeviceWakeupRequest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment