Re: [Mingw-w64-public] [PATCH 4/4] include/winioctl.h: Import definitions from ntddstor.h.

2021-05-10 Thread Biswapriyo Nath
Do we need both DUMMYUNIONNAME and __C89_NAMELESS in struct _PERSISTENT_RESERVE_COMMAND? BTW, love your kernel mode projects. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-10 Thread Carl Kleffner
FYI, in 2009 Earnie Boyd, MinGW project leader wrote the following: *https://sourceforge.net/p/mingw/mailman/message/21560977/ Re: [Mingw-users] The Fedora cross-compiler projectFrom: Earnie Boyd - 2009-02-12 12:

Re: [Mingw-w64-public] [PATCH] adsiid constants

2021-05-10 Thread JonY via Mingw-w64-public
On 5/10/21 4:23 PM, Liu Hao wrote: 在 2021-05-10 23:04, JonY via Mingw-w64-public 写道: Patch OK? Thanks to mikedld for working on it via IRC. 0001-adsiid-Active-Directory-GUIDs.patch According to some *unauthoritative* sources, there are a couple of errors in this patch. +DEFINE_GUID(IID_I

Re: [Mingw-w64-public] [PATCH 1/4] include/winioctl.h: Fix incorrect definitions.

2021-05-10 Thread Mark Harmstone
These four patches bring winioctl.h up to date with the Windows 7 SDK. The first is solely errata (WINBOOL and BOOLEAN have different lengths, in case you're wondering). ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://

[Mingw-w64-public] [PATCH 3/4] include/winioctl.h: Import definitions from ntifs.h.

2021-05-10 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/winioctl.h | 100 +-- 1 file changed, 96 insertions(+), 4 deletions(-) diff --git a/mingw-w64-headers/include/winioctl.h b/mingw-w64-headers/include/winioctl.h index 617ef4c6b..fb6d639c2 100644 --- a/mingw-w64-h

[Mingw-w64-public] [PATCH 2/4] include/winioctl.h: Fix versioning.

2021-05-10 Thread Mark Harmstone
Some definitions are behind a Windows 7 #ifdef, when they aren't in Microsoft's headers. Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/winioctl.h | 35 +--- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/mingw-w64-headers/include/winioctl.h

[Mingw-w64-public] [PATCH 1/4] include/winioctl.h: Fix incorrect definitions.

2021-05-10 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/winioctl.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-headers/include/winioctl.h b/mingw-w64-headers/include/winioctl.h index 044d8783e..0bd858a22 100644 --- a/mingw-w64-headers/include/wini

[Mingw-w64-public] [PATCH 4/4] include/winioctl.h: Import definitions from ntddstor.h.

2021-05-10 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/winioctl.h | 132 ++- 1 file changed, 131 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/winioctl.h b/mingw-w64-headers/include/winioctl.h index fb6d639c2..f017925ec 100644 --- a/mingw-w64-h

[Mingw-w64-public] [PATCH] include/intrin-impl: Don't define `__cpuidex` for GCC 11

2021-05-10 Thread Liu Hao
-- Best regards, Liu Hao From f8ee13e246884c5ddb732097310efbe67f642d91 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Tue, 11 May 2021 00:39:58 +0800 Subject: [PATCH] include/intrin-impl: Don't define `__cpuidex` for GCC 11 GCC 11 has this as a static inline function without any indicative macros

Re: [Mingw-w64-public] [PATCH] adsiid constants

2021-05-10 Thread Liu Hao
在 2021-05-10 23:04, JonY via Mingw-w64-public 写道: Patch OK? Thanks to mikedld for working on it via IRC. 0001-adsiid-Active-Directory-GUIDs.patch According to some *unauthoritative* sources, there are a couple of errors in this patch. +DEFINE_GUID(IID_IADsFaxNumber, 0xa910dea9, 0x4680, 0x

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-10 Thread Liu Hao
在 2021-05-10 15:28, Roland Schwingel 写道: Hi We (Kai Tietz and me on behalf of OneVision) started the "gcc on win64" project in 2007. Opensourced it as mingw-w64 in 2008 (as far as I can remember), So mingw-w64 is prior art before registering mingw. But also, I am no lawyer. Keep up the goo

[Mingw-w64-public] [PATCH] adsiid constants

2021-05-10 Thread JonY via Mingw-w64-public
Patch OK? Thanks to mikedld for working on it via IRC. From 7c43e172f1eedd1d2adb93a14352c3233b559bd3 Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Mon, 10 May 2021 14:00:11 + Subject: [PATCH] adsiid: Active Directory GUIDs Signed-off-by: Jonathan Yong <10wa...@gmail.c

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-10 Thread Jean-Baptiste Kempf
Sourceforge says 2007-08-09 for mingw-w64. The trademark claim is bogus :) jb On Mon, 10 May 2021, at 09:28, Roland Schwingel wrote: > Hi > > We (Kai Tietz and me on behalf of OneVision) started the "gcc on win64" > project in 2007. > > Opensourced it as mingw-w64 in 2008 (as far as I can

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-10 Thread Roland Schwingel
Hi We (Kai Tietz and me on behalf of OneVision) started the "gcc on win64" project in 2007. Opensourced it as mingw-w64 in 2008 (as far as I can remember), So mingw-w64 is prior art before registering mingw in 2013. But also, I am no lawyer. Keep up the good work and don't be confused

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-10 Thread Roland Schwingel
Hi We (Kai Tietz and me on behalf of OneVision) started the "gcc on win64" project in 2007. Opensourced it as mingw-w64 in 2008 (as far as I can remember), So mingw-w64 is prior art before registering mingw. But also, I am no lawyer. Keep up the good work and don't be confused by trolls,