wine/dlls/kernelbase
Rémi Bernon 4979ae5a94 kernelbase: Restore HEAP_REALLOC_IN_PLACE_ONLY usage in LocalReAlloc.
This effectively reverts 2be9b0ff4a, which
incorrectly removed the flag, when the reallocation failures the tests
showed were coming from an underlying LFH in-place reallocation failure.

Thus, it restores todo_wine where appropriate while removing other todos
for sizes outside of the LFH block size range.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53996
2022-11-30 20:38:27 +01:00
..
tests kernelbase: Add MapViewOfFileFromApp(). 2022-09-19 20:11:37 +02:00
console.c kernelbase: Avoid memory leaks in GetConsoleTitleW(). 2022-10-19 21:11:00 +02:00
debug.c kernelbase: Don't assume the length of the process image name. 2022-08-10 11:36:33 +02:00
file.c ntdll: Use an acquire/release pair on the IOSB status. 2022-11-14 13:17:31 +01:00
kernelbase.h kernelbase: Allocate global memory handle table dynamically. 2022-04-20 17:51:04 +02:00
kernelbase.rc
kernelbase.rgs kernelbase: Update timezone data to version 2022f. 2022-11-08 20:07:51 +01:00
kernelbase.spec kernelbase: Create GetGeoInfoEx stub. 2022-11-22 18:27:30 +01:00
loader.c
locale.c kernelbase: Implement GetGeoInfoEx. 2022-11-22 18:27:30 +01: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: Restore HEAP_REALLOC_IN_PLACE_ONLY usage in LocalReAlloc. 2022-11-30 20:38:27 +01:00
path.c
process.c kernelbase: Add SetProcessInformation(). 2022-11-21 13:09:41 +01:00
registry.c
security.c kernelbase: Forward some of the security descriptor functions to ntdll. 2022-10-25 11:01:43 +02:00
string.c
sync.c kernelbase: Add CreateFileMappingFromApp(). 2022-09-19 20:11:36 +02:00
thread.c kernelbase: Forward GetThreadIdealProcessorEx() to ntdll. 2022-11-22 18:41:02 +01:00
version.c kernelbase: Fix error value for PE files without resource. 2022-08-30 18:30:13 +02:00
volume.c
winerror.mc