[Mingw-w64-public] License of certain files in mingw-w64-crt

2023-05-06 Thread Sven Köhler
Dear mingw-w64 maintainers, I'm currently doing a license screening of mingw-w64 source tree. I stumbled across a couple of files that have a strange license header. They may have been imported from some other project. But still, the license statement should be fixed. Here's a list: * mingw-

Re: [Mingw-w64-public] MinGW64 ver 3.20 source?

2012-03-21 Thread Sven Köhler
Am 19.03.2012 17:57, schrieb mingw...@csmiller.demon.co.uk: > Hi, > > I'm having difficulty determining which packages I need to download to > get MinGW to build for 64bit targets. My host platform is MS Windows 7. > > I downloaded MinGW32 from > http://garr.dl.sourceforge.net/project/mingw/Inst

Re: [Mingw-w64-public] how detect mingw64 as opposed to mingw

2011-12-06 Thread Sven Köhler
Am 03.12.2011 01:34, schrieb Pau Garcia i Quiles: > Hi, > > This question is asked so often I contributed an entry for mingw-w64 to > Predef: > > http://sourceforge.net/apps/mediawiki/predef/index.php?title=Compilers#MinGW I have doubts that this table is very useful. The table should mention,

Re: [Mingw-w64-public] Patch for bluetooth headers

2010-12-14 Thread Sven Köhler
Am 28.11.2010 01:58, schrieb JonY: > Thanks for the patch, applied to trunk as r3824. Thanks. Please apply the attached patches too. It Fixes a collitions between ws2bth.h and bthdef.h. Regards, Sven --- org/ws2bth.h2010-11-28 02:32:44.50010 +0100 +++ ws2bth.h2010-11-28 02:32:

[Mingw-w64-public] UNICODE vs. _UNICODE

2010-12-13 Thread Sven Köhler
Hi, this may be a dumb questions, but what's the difference between the UNICODE macro and the _UNICODE macro? AFAIK, UNICODE is defined if -municode is passed to gcc. However, _UNICODE is not. In particular, the definition of __MINGW_NAME_AW in _mingw_unicode.h depends on the whether UNICODE is

[Mingw-w64-public] [RFE] automated mingw-only snapshots

2010-12-13 Thread Sven Köhler
Hi, https://sourceforge.net/projects/mingw-w64/files/ contains several source releases: 1) Toolchain sources/Automated builds contains big fat tar.bz2 files with binutils, gcc, and mingw 2) mingw-w64/mingw-w64-snapshot contains nice small mingw64 only snapshots (no binutils or gcc) However, the

[Mingw-w64-public] Patch for bluetooth headers

2010-11-27 Thread Sven Köhler
Hi, the current bluetooth headers don't compile. Duplicate definitions, structs references structs later in the file, obvious mistakes that were presumably copied from the MSDN site, etc. (see http://msdn.microsoft.com/en-us/library/ee844560%28v=VS.85%29.aspx for example: the name in the title doe