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
e6db6f6c
Commit
e6db6f6c
authored
Oct 15, 1998
by
Juergen Schmied
Committed by
Alexandre Julliard
Oct 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New stubs NtQueryInformationThread, NtQueryInformationToken,
RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
parent
8db79c2c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
ntdll.c
misc/ntdll.c
+0
-0
ntdll.spec
relay32/ntdll.spec
+11
-11
No files found.
misc/ntdll.c
View file @
e6db6f6c
This diff is collapsed.
Click to expand it.
relay32/ntdll.spec
View file @
e6db6f6c
...
...
@@ -71,9 +71,9 @@ type win32
068 stub NtConnectPort
069 stub NtContinue
070 stub NtCreateDirectoryObject
071 st
ub
NtCreateEvent
071 st
dcall NtCreateEvent(long long long long long)
NtCreateEvent
072 stub NtCreateEventPair
073 st
ub
NtCreateFile
073 st
dcall NtCreateFile(ptr long ptr ptr long long long ptr long long ptr)
NtCreateFile
074 stub NtCreateIoCompletion
075 stub NtCreateKey
076 stub NtCreateMailslotFile
...
...
@@ -87,14 +87,14 @@ type win32
084 stub NtCreateSemaphore
085 stub NtCreateSymbolicLinkObject
086 stub NtCreateThread
087 st
ub
NtCreateTimer
087 st
dcall NtCreateTimer(long long long)
NtCreateTimer
088 stub NtCreateToken
089 stdcall NtCurrentTeb() NtCurrentTeb
090 stub NtDelayExecution
091 stub NtDeleteFile
092 stub NtDeleteKey
093 stub NtDeleteValueKey
094 st
ub
NtDeviceIoControlFile
094 st
dcall NtDeviceIoControlFile(long long long long long long long long long long)
NtDeviceIoControlFile
095 stub NtDisplayString
096 stub NtDuplicateObject
097 stub NtDuplicateToken
...
...
@@ -108,7 +108,7 @@ type win32
105 stub NtFlushVirtualMemory
106 stub NtFlushWriteBuffer
107 stub NtFreeVirtualMemory
108 stdcall NtFsControlFile() NtFsControlFile
108 stdcall NtFsControlFile(
long long long long long long long long long long
) NtFsControlFile
109 stub NtGetContextThread
110 stub NtGetPlugPlayEvent
111 stub NtGetTickCount
...
...
@@ -155,8 +155,8 @@ type win32
152 stub NtQueryInformationFile
153 stub NtQueryInformationPort
154 stdcall NtQueryInformationProcess(long long long long long) NtQueryInformationProcess
155 st
ub
NtQueryInformationThread
156 st
ub
NtQueryInformationToken
155 st
dcall NtQueryInformationThread (long long long long long)
NtQueryInformationThread
156 st
dcall NtQueryInformationToken (long long long long long)
NtQueryInformationToken
157 stub NtQueryIntervalProfile
158 stub NtQueryIoCompletion
159 stub NtQueryKey
...
...
@@ -221,7 +221,7 @@ type win32
218 stub NtSetSystemInformation
219 stub NtSetSystemPowerState
220 stub NtSetSystemTime
221 st
ub
NtSetTimer
221 st
dcall NtSetTimer(long long long long long long)
NtSetTimer
222 stub NtSetTimerResolution
223 stub NtSetValueKey
224 stub NtSetVolumeInformationFile
...
...
@@ -265,7 +265,7 @@ type win32
262 stub RtlAddAttributeActionToRXact
263 stub RtlAddAuditAccessAce
264 stub RtlAdjustPrivilege
265 stdcall RtlAllocateAndInitializeSid
(ptr long long long long long long long long long ptr)
AllocateAndInitializeSid
265 stdcall RtlAllocateAndInitializeSid
(ptr long long long long long long long long long ptr) Rtl
AllocateAndInitializeSid
266 stdcall RtlAllocateHeap(long long long) HeapAlloc
267 stub RtlAnsiCharToUnicodeChar
268 stub RtlAnsiStringToUnicodeSize
...
...
@@ -352,7 +352,7 @@ type win32
349 stub RtlEqualDomainName
350 stub RtlEqualLuid
351 stub RtlEqualPrefixSid
352 st
ub
RtlEqualSid
352 st
dcall RtlEqualSid (long long)
RtlEqualSid
353 stub RtlEqualString
354 stub RtlEqualUnicodeString
355 stub RtlEraseUnicodeString
...
...
@@ -376,7 +376,7 @@ type win32
373 stdcall RtlFreeAnsiString(long) RtlFreeAnsiString
374 stdcall RtlFreeHeap(long long long) HeapFree
375 stub RtlFreeOemString
376 st
ub
RtlFreeSid
376 st
dcall RtlFreeSid (long)
RtlFreeSid
377 stdcall RtlFreeUnicodeString(ptr) RtlFreeUnicodeString
378 stub RtlGenerate8dot3Name
379 stub RtlGetAce
...
...
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