Move RtlFillMemory() routine to ntosdrv driver

Este commit está contenido en:
2024-02-20 16:08:10 +01:00
padre 246968045a
commit 477e56e294
Se han modificado 6 ficheros con 39 adiciones y 35 borrados

Ver fichero

@@ -7,7 +7,8 @@ include_directories(
# Specify list of source code files
list(APPEND NTOSDRV_SOURCE
${NTOSDRV_SOURCE_DIR}/ntosdrv.c)
${NTOSDRV_SOURCE_DIR}/ntosdrv.c
${NTOSDRV_SOURCE_DIR}/rtl.c)
# Set module definition SPEC file
set_specfile(ntosdrv.spec ntosdrv.sys)