mingw-w64

GCC for Windows 64 & 32 bits

Mingw-w64

Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution.

The development and community are very active and welcoming with new contributors every month and simple installers.

Version 9 has been released

v9.0.0: 2021-05-22

Notable changes:

  • UCRT updates by Biswapriyo Nath
  • Wine updates by Jacek Caban
  • Various new and updated API headers by Biswapriyo Nath and Liu Hao
  • Various UCRT and MSVCRT fixes by Martin Storsjö
  • at_quick_exit implementation by Martin Storsjö
  • dism API by Biswapriyo Nath
  • idl fixes by Steve Lhomme
  • Winpthreads fixes by Liu Hao
  • gettimeofday precision increase by Christian Franke
And many other additions thanks to, but not limited to (in Alphabetical order)

You can also look at the full list of versions.

Headers, Libraries and Runtime

  • More than a million lines of headers are provided, not counting generated ones, and regularly expanded to track new Windows APIs.
  • Everything needed for linking and running your code on Windows.
  • Winpthreads, a pthreads library for C++11 threading support and simple integration with existing project.
  • Winstorecompat, a work-in-progress convenience library that eases conformance with the Windows Store.
  • Better-conforming and faster math support compared to Visual Studio's.

Tools

  • gendef: generate Visual Studio .def files from .dll files.
  • genidl: generate .idl files from .dll files.
  • widl: compile .idl files.

Friend projects

Mingw-w64 interacts a lot with other projects in order to help everyone move forward. Contributions have been going to and coming from these projects:

Most Recent Activity

Jacek Caban committed [cdb052]
29.06.2021

headers: Import proofofpossessioncookieinfo.idl from Wine.

LH_Mouse committed [b6e657]
29.06.2021

headers: Add missing names in wininet.h

Gentry Deng created ticket #101
28.06.2021

Add system proxy support for the installer

LH_Mouse committed [ae63cd]
27.06.2021

headers: Add missing names in winevt.h

Jonathan Yong modified ticket #166
27.06.2021

Should have fixed long as 8 bytes even in Windows

Jonathan Yong posted a comment on ticket #166
27.06.2021

Closed, this will never happen, the win32 ABI defines long as 32bit for both 32bit mode and 64bit mode and will only change if you convince Microsoft to do that.

LH_Mouse committed [15dafe]
26.06.2021

Revert "headers: Move IP_MREQ from _ip_mreq1.h to ws2ipdef.h."

doulc posted a comment on ticket #166
26.06.2021

you underrated secure boot. I think it is use to prevent malware as well? read carefully perhaps? c89 standards don't have datatype to hold integer datatype of 16byte. float is not precise for comparison you call that as doing my homework? That is not helpful at all

LH_Mouse committed [b44074]
25.06.2021

headers: Add MsvAvSingleHost in MSV1_0_AVID enum.