wine/dlls/ntoskrnl.exe
Alex Henrie cba29adf06 ntoskrnl: Reimplement ExAllocatePool* on top of ExAllocatePool2.
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
2024-01-22 14:22:21 +01:00
..
tests ntoskrnl.exe/tests: Use SUOI_FORCEDELETE when uninstalling the driver. 2024-01-10 21:07:27 +01:00
instr.c
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
ntoskrnl.c ntoskrnl: Reimplement ExAllocatePool* on top of ExAllocatePool2. 2024-01-22 14:22:21 +01:00
ntoskrnl.exe.spec ntoskrnl: Reimplement ExAllocatePool* on top of ExAllocatePool2. 2024-01-22 14:22:21 +01:00
ntoskrnl.rc
ntoskrnl_private.h ntoskrnl.exe: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:58 +01:00
plugplay.idl
pnp.c
sync.c