1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/kernelbase
Alexandre Julliard 3ec7c467cd make_unicode: Generate the time zone registry keys.
Based on a script written by Giovanni Mascellani.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-24 21:05:26 +02:00
..
tests kernelbase/tests: Add some more tests for region splitting. 2022-06-06 12:16:33 +02:00
console.c kernelbase: Provide a pseudo console environment for initial CUI processes not tied to a Unix tty. 2022-04-12 21:39:42 +02:00
debug.c kernelbase: Add RaiseFailFastException stub. 2022-05-23 20:54:46 +02:00
file.c kernelbase: Reset last error on success in CopyFileExW(). 2022-04-11 21:15:56 +02:00
kernelbase.h kernelbase: Allocate global memory handle table dynamically. 2022-04-20 17:51:04 +02:00
kernelbase.rc kernel32: Move the language group resources to kernelbase. 2022-03-31 10:57:07 +02:00
kernelbase.rgs make_unicode: Generate the time zone registry keys. 2022-06-24 21:05:26 +02:00
kernelbase.spec kernelbase: Implement IsNLSDefinedString(). 2022-06-07 16:57:26 +02:00
loader.c kernelbase: Implement IsApiSetImplemented(). 2022-02-22 18:20:23 +01:00
locale.c kernelbase: Pass va_list copy to internal RtlFormatMessage. 2022-06-13 16:54:30 +02:00
main.c kernelbase: Allocate global memory handle table dynamically. 2022-04-20 17:51:04 +02:00
Makefile.in make_unicode: Get rid of the old collation table. 2022-05-31 11:43:28 +02:00
memory.c kernelbase: Cleanup and simplify (Global|Local)ReAlloc. 2022-06-10 18:24:35 +02:00
path.c kernelbase: Do not parse the hostname of internet URLs if they are missing a double slash. 2022-03-23 18:42:13 +01:00
process.c kernelbase: Add support for CREATE_NO_WINDOW flag in CreateProcess. 2022-04-12 21:39:42 +02:00
registry.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
security.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
string.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
sync.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
thread.c kernelbase: Add SetThreadInformation(). 2022-05-20 14:36:44 +02:00
version.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
volume.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
winerror.mc kernel32: Move the error message table to kernelbase. 2022-03-31 10:57:07 +02:00