Sweden-Number/dlls/kernelbase
Jinoh Kang b89c47826d kernelbase: Implement CompareObjectHandles.
Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-29 23:25:46 +01:00
..
tests kernelbase/tests: Add tests for CompareObjectHandles. 2021-11-29 23:25:46 +01:00
Makefile.in makefiles: Make -mno-cygwin the default. 2021-09-20 22:45:48 +02:00
collation.c
console.c kernelbase: Fix incorrect pseudo console allocation size (GCC 11). 2021-09-27 17:40:12 +02:00
debug.c ntdll: Update the MEMORY_INFORMATION_CLASS enumeration. 2021-08-03 23:41:05 +02:00
digitmap.c tools: Update to Unicode 14.0.0. 2021-09-15 19:34:21 +02:00
file.c kernelbase: Don't set the output size in DeviceIoControl() if the NT status denotes error. 2021-09-14 18:30:44 +02:00
kernelbase.h
kernelbase.rc
kernelbase.rgs make_unicode: Add support for the 720 codepage (Arabic, Farsi and Urdu). 2021-06-08 22:28:44 +02:00
kernelbase.spec kernelbase: Implement CompareObjectHandles. 2021-11-29 23:25:46 +01:00
loader.c kernelbase: Fix string size variable overflow in GetModuleFileNameW(). 2021-10-04 15:52:16 +02:00
locale.c kernelbase: Write NUL bytes to CPINFO.LeadByte for the CP_UTF7 and CP_UTF8 code pages. 2021-11-22 22:20:51 +01:00
main.c advapi32: Improve PerfSetCounterRefValue() stub. 2021-11-22 22:20:51 +01:00
memory.c kernelbase: Add stub for PrefetchVirtualMemory(). 2021-11-24 15:37:24 +01:00
path.c kernelbase: Handle UNC path in UrlApplySchemeW. 2021-11-23 21:02:13 +01:00
process.c kernelbase: Implement CompareObjectHandles. 2021-11-29 23:25:46 +01:00
registry.c kernelbase: Fix an ASCII / ANSI mixup in a comment. 2021-08-24 12:14:19 +02:00
security.c kernelbase: Fix an incorrect allocation size. 2021-08-10 22:48:53 +02:00
string.c
sync.c
thread.c kernelbase: Don't allow converting thread to fiber more than once. 2021-07-29 10:16:25 +02:00
version.c kernelbase: Mind OS version in the PE header when reporting OS version. 2021-09-01 09:00:22 +02:00
volume.c