]> sigrok.org Git - libserialport.git/commit
windows.c: Remove MinGW workarounds, require MinGW-w64 instead.
authorUwe Hermann <redacted>
Tue, 5 Aug 2014 16:31:40 +0000 (18:31 +0200)
committerUwe Hermann <redacted>
Tue, 5 Aug 2014 19:22:50 +0000 (21:22 +0200)
commit34906a229bc1c7a92586cdbd71aa992314aa082f
treefb2db1cc784762aa854a11a715140cc492cbbc4e
parent8eb18f7b5a459cde640f307ce46248851fdaec42
windows.c: Remove MinGW workarounds, require MinGW-w64 instead.

We're switching from MinGW (i686-pc-mingw32.static in MXE)...

  http://mingw.org/

...to MinGW-w64 (i686-w64-mingw32.static in MXE):

  http://mingw-w64.sourceforge.net/

The latter is a fork which nowadays seems to be more active and also to
have a more complete set of win32 API headers and libs.

History:
http://sourceforge.net/p/mingw-w64/wiki2/History/

This closes bug #393.
windows.c