22 Jan
2024
22 Jan
'24
2:21 a.m.
Microsoft deprecated all of these functions except ExAllocatePool2 and ExAllocatePool3, so it's a safe bet that in Windows the old functions are just wrappers around the new ones now. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54362 -- v2: ntoskrnl: Reimplement ExAllocatePool* on top of ExAllocatePool2. https://gitlab.winehq.org/wine/wine/-/merge_requests/4900