Sweden-Number/dlls/ntdll
Alexandre Julliard 747b97539b ntdll: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-22 11:12:17 +02:00
..
tests ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
unix ntdll: Fix size comparison in NtQuerySystemInformation(SystemCodeIntegrityInformation). 2021-10-20 20:11:23 +02:00
Makefile.in ntdll: Copy __wine_setjmpex/longjmp implementation to avoid importing winecrt0. 2021-09-23 10:39:24 +02:00
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
env.c
error.c ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
error.h ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
exception.c
handletable.c
heap.c ntdll: Move the loading of the global options to the Unix side. 2021-08-04 11:45:51 +02:00
large_int.c
loader.c ntdll: Store module check sum in WINE_MODREF. 2021-10-20 20:19:32 +02:00
locale.c
make_errors ntdll: Move error mapping to a header file. 2021-10-12 18:29:22 +02:00
misc.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
ntdll.spec ntdll: Implement LdrGetDllFullName() function. 2021-09-29 08:52:46 +02:00
ntdll_misc.h ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
path.c ntdll: Fix the spelling of a comment. 2021-08-27 20:25:05 +02:00
printf.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
printf.h ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
process.c ntdll: Get rid of the almost empty directory.c. 2021-07-05 13:44:03 +02:00
reg.c
relay.c
resource.c
rtl.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
rtlbitmap.c
rtlstr.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
sec.c
signal_arm.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
signal_arm64.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
signal_i386.c ntdll: Also print %ss in dispatch_exception(). 2021-09-28 21:48:59 +02:00
signal_x86_64.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
string.c ntdll: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:17 +02:00
sync.c
thread.c ntdll: Get rid of the almost empty virtual.c. 2021-07-05 13:44:03 +02:00
threadpool.c ntdll: Manage TPIO object destruction based on the expected completions. 2021-07-28 22:07:04 +02:00
time.c
unixlib.h Revert "ntdll: Add a Wine-specific class in NtQueryVirtualMemory to retrieve the init functions of a module." 2021-09-10 20:22:11 +02:00
version.c ntdll: Get rid of the almost empty nt.c. 2021-07-05 13:44:03 +02:00
version.rc
wcstring.c