Move RtlFillMemory() routine to ntosdrv driver

This commit is contained in:
2024-02-20 16:08:10 +01:00
parent 246968045a
commit 477e56e294
6 changed files with 39 additions and 35 deletions

View File

@@ -116,13 +116,6 @@ RtlDivideLargeInteger(IN LARGE_INTEGER Dividend,
IN ULONG Divisor,
OUT PULONG Remainder);
XTAPI
VOID
RtlFillMemory(OUT PVOID Destination,
IN SIZE_T Length,
IN UCHAR Value);
XTAPI
XTSTATUS
RtlFormatWideString(IN PRTL_PRINT_CONTEXT Context,