Sweden-Number/dlls/ntdll
Jacek Caban 2b48e780fe ntdll: Fix handling \\.\CON path in RtlDosPathNameToNtPathName.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=32183
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 32b81bfaff)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2022-03-16 22:58:43 +01:00
..
tests ntdll: Fix handling \\.\CON path in RtlDosPathNameToNtPathName. 2022-03-16 22:58:43 +01:00
unix ntdll: Avoid declaration-after-statement warning. 2021-11-23 23:43:48 +01:00
Makefile.in include: Use proper dllimports for kernel32 functions. 2020-11-24 18:41:13 +01:00
actctx.c ntdll: Use wide-char string literals in actctx.c. 2020-12-04 09:37:00 +01:00
atom.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
critsection.c ntdll: Move the critical section fallback code out of the Unix library. 2020-08-03 15:52:15 +02:00
crypt.c
debugbuffer.c ntdll: Return failure from RtlQueryProcessDebugInformation. 2020-11-26 21:31:53 +01:00
directory.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
env.c ntdll: Don't fail when trying to remove the value of a non-existant variable in RtlSetEnvironmentVariable(). 2021-07-08 00:04:23 +02:00
error.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
exception.c include: Use proper dllimports for kernel32 functions. 2020-11-24 18:41:13 +01:00
handletable.c
heap.c ntdll: Raise debug exceptions when invalid heap is destroyed. 2020-11-20 19:01:04 +01:00
large_int.c configure: Require 64-bit compare-and-swap support from gcc. 2020-09-28 17:03:57 +02:00
loader.c ntdll: Fix LdrGetDllPath with LOAD_WITH_ALTERED_SEARCH_PATH without a path. 2022-03-15 23:06:59 +01:00
loadorder.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
locale.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
make_errors
misc.c ntdll: Use syscalls for the Wine version functions. 2020-08-25 19:31:43 +02:00
nt.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
ntdll.spec ntdll: Export ZwFilterToken(). 2021-10-27 21:40:02 +02:00
ntdll_misc.h ntdll: Allocate TEB FLS data in LdrInitializeThunk(). 2020-10-08 12:40:30 +02:00
path.c ntdll: Fix handling \\.\CON path in RtlDosPathNameToNtPathName. 2022-03-16 22:58:43 +01:00
printf.c ntdll: Use macros to define both A and W printf functions. 2020-07-07 19:24:27 +02:00
printf.h ntdll: Ignore L length specifier in printf. 2020-07-14 18:27:59 +02:00
process.c ntdll: Pass the token to NtCreateUserProcess(). 2020-09-24 15:18:44 +02:00
reg.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
relay.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
resource.c ntdll: Build with msvcrt. 2020-06-30 12:25:08 +02:00
rtl.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
rtlbitmap.c ntdll: Build with msvcrt. 2020-06-30 12:25:08 +02:00
rtlstr.c ntdll: Use wide-char string literals. 2020-12-04 09:37:42 +01:00
sec.c ntdll: Add RtlDefaultNpAcl stub. 2020-12-08 22:25:59 +01:00
signal_arm.c ntdll: Save unwind information in KiUserApcDispatcher() on x64. 2020-12-17 10:35:46 +01:00
signal_arm64.c ntdll: Implement a no-op __chkstk for arm64. 2020-12-21 16:55:53 +01:00
signal_i386.c ntdll: Save unwind information in KiUserApcDispatcher() on x64. 2020-12-17 10:35:46 +01:00
signal_x86_64.c ntdll: Save unwind information in KiUserApcDispatcher() on x64. 2020-12-17 10:35:46 +01:00
string.c ntdll: Use the unrolled memset from msvcrt. 2022-03-15 23:25:50 +01:00
sync.c ntdll: Read the condition variable and manipulate the lock on the PE side. 2020-08-24 11:17:04 +02:00
thread.c ntdll: Pass the correct handle to NtTerminateProcess(). 2020-12-17 11:58:47 +01:00
threadpool.c ntdll: Build with msvcrt. 2020-06-30 12:25:08 +02:00
time.c ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
unixlib.h ntdll: Pass RTL_USER_PROCESS_PARAMETERS to get_initial_console. 2020-09-21 19:24:19 +02:00
version.c ntdll: Use wide-char string literals in version.c. 2020-12-04 09:37:12 +01:00
version.rc
virtual.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
wcstring.c ntdll: Fix wcsncpy() implementation now that length is unsigned. 2020-08-03 13:00:53 +02:00