Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
fc1d30f6
Commit
fc1d30f6
authored
Mar 29, 2007
by
Louis Lenders
Committed by
Alexandre Julliard
Mar 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Add NtAreMappedFilesTheSame stub.
parent
4794bec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ntdll.spec
dlls/ntdll/ntdll.spec
+2
-2
No files found.
dlls/ntdll/ntdll.spec
View file @
fc1d30f6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment