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

ntdll: Add NtAreMappedFilesTheSame stub.

parent 4794bec1
......@@ -104,7 +104,7 @@
# @ stub NtAllocateUserPhysicalPages
@ stdcall NtAllocateUuids(ptr ptr ptr)
@ stdcall NtAllocateVirtualMemory(long ptr ptr ptr long long)
# @ stub NtAreMappedFilesTheSame
@ stub NtAreMappedFilesTheSame
# @ stub NtAssignProcessToJobObject
@ stub NtCallbackReturn
# @ stub NtCancelDeviceWakeupRequest
......@@ -948,7 +948,7 @@
# @ stub ZwAllocateUserPhysicalPages
@ stdcall ZwAllocateUuids(ptr ptr ptr) NtAllocateUuids
@ stdcall ZwAllocateVirtualMemory(long ptr ptr ptr long long) NtAllocateVirtualMemory
# @ stub ZwAreMappedFilesTheSame
@ stub ZwAreMappedFilesTheSame
# @ stub ZwAssignProcessToJobObject
@ stub ZwCallbackReturn
# @ 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