.. |
tests
|
kernelbase: Use wide-char string literals.
|
2020-11-26 12:36:53 +01:00 |
Makefile.in
|
include: Use proper dllimports for kernel32 functions.
|
2020-11-24 18:41:13 +01:00 |
collation.c
|
…
|
|
console.c
|
kernelbase: Do not forcefully reset console_flags to 0.
|
2021-03-12 17:28:26 +01:00 |
debug.c
|
include: Always define 32- and 64-bit versions of the TEB and PEB structures.
|
2021-03-05 15:53:19 +01:00 |
digitmap.c
|
…
|
|
file.c
|
kernelbase: Avoid depending on the mount manager in CopyFileExW().
|
2021-03-17 10:28:43 +01:00 |
kernelbase.h
|
kernelbase: Remove no longer needed console handle mapping.
|
2020-12-01 19:50:30 +01:00 |
kernelbase.rc
|
…
|
|
kernelbase.rgs
|
make_unicode: Use codepage 949 to add default mappings to codepage 20949.
|
2021-03-11 13:13:35 +01:00 |
kernelbase.spec
|
kernel32: Implement SetUserGeoName().
|
2021-03-09 21:33:43 +01:00 |
loader.c
|
kernelbase: Align stack in GetProcAddress() on x64.
|
2020-10-27 20:30:31 +01:00 |
locale.c
|
kernelbase: Accept LINGUISTIC_IGNOREDIACRITIC & SORT_DIGITSASNUMBERS in CompareStringEx().
|
2021-03-22 18:52:57 +01:00 |
main.c
|
kernelbase: Copy MulDiv() implementation instead of forwarding.
|
2020-11-13 13:18:53 +01:00 |
memory.c
|
kernelbase: Implement VirtualAlloc2.
|
2020-10-26 20:35:42 +01:00 |
path.c
|
kernelbase: Use wide-char string literals.
|
2020-11-26 12:36:53 +01:00 |
process.c
|
kernelbase: Use the correct machine type for ARM.
|
2021-03-03 21:54:44 +01:00 |
registry.c
|
ntdll: ObjectName should also be used in NtUnloadKey.
|
2021-02-17 22:21:13 +01:00 |
security.c
|
kernelbase: Implement CreateRestrictedToken().
|
2020-09-23 15:58:45 +02:00 |
string.c
|
…
|
|
sync.c
|
kernelbase: Don't use wine/server.h.
|
2021-02-16 23:01:37 +01:00 |
thread.c
|
ntdll: Reimplement FLS data management on top of up to date structures.
|
2020-10-08 12:40:29 +02:00 |
version.c
|
kernelbase: Fix GetFileVersionInfo*() crashes with malformed resources.
|
2021-03-03 21:54:45 +01:00 |
volume.c
|
kernelbase: Reimplement GetVolumeInformation on top of GetVolumeInformationByHandle.
|
2021-02-17 11:44:05 +01:00 |