[Mingw-w64-public] [PATCH] winternl.h: Rename Unknown to MaximumProcessors in SYSTEM_PROCESSOR_INFORMATION.

2020-12-16 Thread Alex Henrie
Signed-off-by: Alex Henrie --- This field is the current number of processors in the system plus the number of processors that could be added without rebooting. https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/processor.htm --- mingw-w64-headers/include/winternl.h | 2 +-

[Mingw-w64-public] [PATCH] headers: Add directxmath.h with some basic declarations.

2020-12-16 Thread Biswapriyo Nath
From 200f56e77849c804b5758459ffb1ed42fd927c42 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 17 Dec 2020 00:35:54 +0530 Subject: [PATCH] headers: Add directxmath.h with some basic declarations. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/directxmath.h | 321

Re: [Mingw-w64-public] [PATCH 4/4] headers: Add STATIC_CODECAPI macros in codecapi.h.

2020-12-16 Thread Liu Hao
在 2020/12/16 2:20, Biswapriyo Nath 写道: > Subject: [PATCH 4/4] headers: Add STATIC_CODECAPI macros in codecapi.h. > > Signed-off-by: Biswapriyo Nath > --- > mingw-w64-headers/include/codecapi.h | 311 +++ > 1 file changed, 311 insertions(+) > These four patches look good

Re: [Mingw-w64-public] Using ncurses

2020-12-16 Thread Liu Hao
在 2020/12/16 6:18, Clinton Reddekop 写道: > Hello, > What is the correct way to use ncurses in my programs compiled with > mingw-w64? > > I use this version of the compiler on Windows 10: gcc > (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 > > The compiler came with some ncurses stuff b