On Tue, 18 Dec 2018, Zebediah Figura wrote:
This provides memcmp() for kernel-mode drivers, which for some reason is not
export from ntoskrnl like other crt functions.
The implementation was copied from wmemcmp.c in libmingwex.
Signed-off-by: Zebediah Figura
---
mingw-w64-crt/Makefile.am
在 2018/12/19 3:47, Zebediah Figura 写道:
> This provides memcmp() for kernel-mode drivers, which for some reason is not
> export from ntoskrnl like other crt functions.
>
> The implementation was copied from wmemcmp.c in libmingwex.
>
> Signed-off-by: Zebediah Figura
> ---
> mingw-w64-crt/Makefil
This provides memcmp() for kernel-mode drivers, which for some reason is not
export from ntoskrnl like other crt functions.
The implementation was copied from wmemcmp.c in libmingwex.
Signed-off-by: Zebediah Figura
---
mingw-w64-crt/Makefile.am | 9 +
mingw-w64-crt/libsrc/memcmp.c