Implement RtlCopyMemory() and RtlSameMemory(), no inline functions in static library
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-08-21 16:27:57 +02:00
parent 18d5a6d794
commit e61108d9b5
4 changed files with 108 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ include_directories(
list(APPEND XTKLIB_SOURCE
${XTKLIB_SOURCE_DIR}/hl/cport.c
${XTKLIB_SOURCE_DIR}/hl/${ARCH}/cpufunc.c
${XTKLIB_SOURCE_DIR}/rtl/memory.c
${XTKLIB_SOURCE_DIR}/rtl/plist.c
${XTKLIB_SOURCE_DIR}/rtl/widestr.c)