wine-wine/dlls/ntdll
Sebastian Lackner dee9eaa248 ntdll: Fix a TRACE in NtGetContextThread.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-12 11:11:55 +09:00
..
tests ntdll/tests: Use standard wine_dbgstr_longlong. 2017-08-08 20:13:55 +09:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c server: Use create_request_async in flush request handler. 2017-06-28 12:35:33 +02:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Simplify the arm version of a stub function. 2017-08-01 16:28:37 +02:00
loadorder.c
misc.c
nt.c server: Implement setting a security descriptor when duplicating tokens. 2017-06-15 11:12:24 +02:00
ntdll.spec ntdll: Use RtlCaptureContext also in RtlUnwind. 2017-07-24 18:58:30 +02:00
ntdll_misc.h ntdll: Remove support for relay debugging of register functions. 2017-07-26 10:41:27 +02:00
om.c
path.c
printf.c ntdll: Avoid using isdigit() for WCHARs. 2017-05-17 16:11:15 +02:00
process.c ntdll: Always fill PagefileUsage counter with a nonzero value on Linux. 2017-05-17 21:57:12 +02:00
reg.c
relay.c ntdll: Remove support for relay debugging of register functions. 2017-07-26 10:41:27 +02:00
resource.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
rtl.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
rtlbitmap.c
rtlstr.c
sec.c server: Implement changing the label of a security descriptor. 2017-06-15 11:08:59 +02:00
serial.c
server.c
signal_arm.c ntdll: Move NtGetContextThread implementation to the platform-specific files. 2017-07-18 20:43:32 +02:00
signal_arm64.c ntdll: Make sure the stack is quad-word aligned on ARM64. 2017-07-24 20:05:19 +02:00
signal_i386.c ntdll: Fix a TRACE in NtGetContextThread. 2017-08-12 11:11:55 +09:00
signal_powerpc.c ntdll: Move NtGetContextThread implementation to the platform-specific files. 2017-07-18 20:43:32 +02:00
signal_x86_64.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
string.c
sync.c
tape.c
thread.c ntdll: Move the plaform-independent thread data to the GdiTebBatch TEB field. 2017-07-19 19:13:29 +02:00
threadpool.c
time.c ntdll: On macOS, don't use clock_gettime() even if it's available. 2017-06-02 10:33:13 +02:00
version.c
version.rc
virtual.c ntdll: Allow map_view() to allocate fixed memory between reserved area and non-reserved area. 2017-07-13 13:48:55 +02:00
wcstring.c