Re: [Mingw-w64-public] [PATCH v2] memcmp: Add import library.

2018-12-19 Thread Martin Storsjö
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

Re: [Mingw-w64-public] [PATCH v2] memcmp: Add import library.

2018-12-19 Thread Liu Hao
在 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

[Mingw-w64-public] [PATCH v2] memcmp: Add import library.

2018-12-18 Thread 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/Makefile.am | 9 + mingw-w64-crt/libsrc/memcmp.c