Re: [Mingw-w64-public] [PATCH] Core Audio Constants

2021-04-18 Thread JonY via Mingw-w64-public
On 4/18/21 1:03 PM, Liu Hao wrote: 在 2021-04-18 15:31, JonY via Mingw-w64-public 写道: +#define SPATIAL_AUDIO_POSITION_BYTE_COUNT sizeof(float) * 3 This had better be wrapped in parentheses like `(sizeof(float) * 3)`. The others look good to me. Thanks, pushed to master branch with the chang

[Mingw-w64-public] [PATCH] crt/{stdio, conio, wchar}: Move attributes before function declarators

2021-04-18 Thread Liu Hao
-- Best regards, Liu Hao From 1c8801fc3ffe0723c2203d87d5d5c42dc25d64d1 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Sun, 18 Apr 2021 21:29:31 +0800 Subject: [PATCH] crt/{stdio,conio,wchar}: Move attributes before function declarators The preferred order of declaring a function is: attribute

Re: [Mingw-w64-public] [PATCH] headers: Add spellcheck.idl.

2021-04-18 Thread Liu Hao
在 2021-04-15 00:01, Biswapriyo Nath 写道: Subject: [PATCH] headers: Add spellcheck.idl. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/Makefile.am| 1 + mingw-w64-headers/include/spellcheck.idl | 157 +++ 2 files changed, 158 insertions(+) create mode

Re: [Mingw-w64-public] [PATCH] Core Audio Constants

2021-04-18 Thread Liu Hao
在 2021-04-18 15:31, JonY via Mingw-w64-public 写道: +#define SPATIAL_AUDIO_POSITION_BYTE_COUNT sizeof(float) * 3 This had better be wrapped in parentheses like `(sizeof(float) * 3)`. The others look good to me. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signatur

[Mingw-w64-public] [PATCH] Core Audio Constants

2021-04-18 Thread JonY via Mingw-w64-public
Attached patch OK? The GUIDs seem to be copies from the existing constants. From e97f599818e77d2a13ec8777cb2cfa6b56ed872c Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Sun, 18 Apr 2021 07:25:23 + Subject: [PATCH] Core Audio Constants Signed-off-by: Jonathan Yong <10wa

[Mingw-w64-public] If __MINGW_MSVC_COMPAT_WARNINGS enabled __mingw_ovr not defined in UCRT

2021-04-18 Thread Biswapriyo Nath
* Minimal test: #define __MINGW_MSVC_COMPAT_WARNINGS #include int main() {} * Test program: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-groonga (in header lib/grn.h) * msvcrt ✓ * ucrt ✕ ___ Mingw-w64-public mailing list Mingw-w64-pu