wine/dlls/wow64
Dmitry Timoshkov 16d2f3c8a7 ntdll: Add NtCompareTokens() stub.
SQL Native Client ODBC driver fails to load if GetProcAddress("NtCompareTokens")
returns NULL, however it never calls it.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2024-01-17 11:30:55 +01:00
..
file.c ntdll: Initial implementation of FileLinkInformationEx. 2023-10-03 21:44:04 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
process.c ntdll: Implement NtQueryInformationThread(ThreadIsTerminated). 2023-11-29 20:46:55 +01:00
registry.c
security.c ntdll: Add NtCompareTokens() stub. 2024-01-17 11:30:55 +01:00
struct32.h ntdll: Fix stack layout for KiUserExceptionDispatcher on i386. 2023-12-01 17:21:39 +01:00
sync.c
syscall.c wow64: Initialize the syscall dispatcher in the 32-bit TEB. 2023-12-19 11:58:13 +01:00
system.c ntdll: Use public type for SystemSupportedProcessorArchitectures returned data. 2023-12-06 10:20:50 +01:00
virtual.c wow64: Don't add MEM_RESERVE for invalid flags combinations. 2023-09-12 15:54:06 +02:00
wow64.spec ntdll: Call Wow64PrepareForException directly from KiUserExceptionDispatcher. 2023-11-30 23:12:43 +01:00
wow64_private.h wow64: Remove DECLSPEC_HIDDEN usage. 2023-11-16 16:07:14 +01:00