Sweden-Number/dlls/kernelbase
Alexandre Julliard 5933c2a690 kernelbase: Don't allow the full Unicode character range in path functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-10 20:39:21 +01:00
..
tests kernelbase/tests: Add test of assembly path of manifest embedded in exe module. 2020-03-09 12:10:52 +01:00
Makefile.in unicode: Remove no longer used normalization tables. 2020-02-21 13:48:44 +01:00
collation.c
console.c kernelbase: Implement SetConsoleScreenBufferInfoEx(). 2020-03-05 19:58:42 +01:00
debug.c kernelbase: Use wide character string literals in debug.c. 2020-03-09 22:16:30 +01:00
digitmap.c
file.c kernelbase: Don't allow the full Unicode character range in path functions. 2020-03-10 20:39:21 +01:00
kernelbase.h
kernelbase.spec kernel32: Move Idn functions to kernelbase. 2020-03-03 13:20:25 +01:00
loader.c kernelbase: Use wide character string literals in the remaining files. 2020-03-10 10:00:53 +01:00
locale.c kernel32: Move Idn functions to kernelbase. 2020-03-03 13:20:25 +01:00
main.c kernelbase: Use wide character string literals in the remaining files. 2020-03-10 10:00:53 +01:00
memory.c kernelbase: Use wide character string literals in the remaining files. 2020-03-10 10:00:53 +01:00
path.c kernelbase: Don't allow the full Unicode character range in path functions. 2020-03-10 20:39:21 +01:00
process.c
registry.c kernelbase: Don't use wcsicmp/wcsnicmp() on the full Unicode character range. 2020-03-10 20:39:21 +01:00
security.c
string.c kernelbase: Don't allow the full Unicode character range in StrToInt* functions. 2020-03-10 20:39:21 +01:00
sync.c kernelbase: Use wide character string literals in the remaining files. 2020-03-10 10:00:53 +01:00
thread.c kernel32: Add threadpool stack information exports. 2020-02-12 16:54:03 +01:00
version.c kernelbase: Use wide character string literals in the remaining files. 2020-03-10 10:00:53 +01:00
wctype.c