Louis Lenders : ntdll: Add NtAreMappedFilesTheSame stub.
Module: wine Branch: master Commit: fc1d30f6cab20dc3e03d49ca62884ed7223b8ffe URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc1d30f6cab20dc3e03d49ca62... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Thu Mar 29 11:26:38 2007 +0100 ntdll: Add NtAreMappedFilesTheSame stub. --- dlls/ntdll/ntdll.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index e315057..346f002 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -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
participants (1)
-
Alexandre Julliard