[Mingw-w64-public] [PATCH] dontuse.h: Add stub header.

2018-12-18 Thread Zebediah Figura
In the PSDK this contains deprecation pragmas for "banned" APIs. Signed-off-by: Zebediah Figura --- mingw-w64-headers/include/dontuse.h | 8 1 file changed, 8 insertions(+) create mode 100644 mingw-w64-headers/include/dontuse.h diff --git a/mingw-w64-headers/include/dontuse.h b/mingw

[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

Re: [Mingw-w64-public] win32 threads

2018-12-18 Thread Maarten Verhage
Thanks Liu, Very clear. Much appreciated! - Original Message - From: "Liu Hao" To: "Maarten Verhage" ; Sent: Tuesday, December 18, 2018 03:23 Subject: Re: [Mingw-w64-public] win32 threads >在 2018/12/18 4:17, Maarten Verhage 写道: >> It's clear to me that although the files thread and m