Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-12 Thread LIU Hao
在 2022-03-11 15:19, Biswapriyo Nath 写道: 0001-crt-Add-comsupp-library.patch From 809cd7851d20d423fc1e9dd9df6cd107d343d7fc Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Mar 2022 12:47:59 +0530 Subject: [PATCH] crt: Add comsupp library Required for unrar project Signed-off-by: Bis

Re: [Mingw-w64-public] [PATCH] include/wdm.h: Fix -Wsign-compare warning in RtlExtendedMagicDivide()

2022-03-12 Thread Biswapriyo Nath
Just curious. If you have compiled a kernel driver with mingw-w64, would you like to provide the project link? I am eager to learn it. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

[Mingw-w64-public] [PATCH] include/wdm.h: Fix -Wsign-compare warning in RtlExtendedMagicDivide()

2022-03-12 Thread Pali Rohár
x86_64-w64-mingw32-gcc throws following -Wsign-compare warning when compiling 64-bit NT kernel drivers which include ddk/ntddk.h file: ddk/wdm.h: In function ‘RtlExtendedMagicDivide’: ddk/wdm.h:9531:32: warning: operand of ?: changes signedness from ‘long long int’ to ‘ULONG64’ {aka ‘long lon