Alex Henrie : include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h.
Module: wine Branch: master Commit: 0d7cf847098e343c06a6f67f29da49aa53fb49de URL: https://gitlab.winehq.org/wine/wine/-/commit/0d7cf847098e343c06a6f67f29da49a... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Sep 26 10:25:33 2023 -0600 include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. --- dlls/kernel32/lzexpand.c | 3 +++ dlls/kernel32/resource.c | 1 + dlls/kernelbase/loader.c | 1 + dlls/kernelbase/security.c | 1 + dlls/krnl386.exe16/atom.c | 3 +++ dlls/krnl386.exe16/ne_module.c | 3 +++ dlls/ntdll/actctx.c | 1 + dlls/ntdll/rtlstr.c | 1 + dlls/ntdll/tests/path.c | 1 + dlls/secur32/lsa.c | 1 + dlls/winmm/mmio.c | 3 +++ include/ddk/ntddk.h | 12 ++++++++++++ include/winternl.h | 9 --------- programs/services/rpc.c | 3 +++ 14 files changed, 34 insertions(+), 9 deletions(-)
participants (1)
-
Alexandre Julliard