Package: mingw-w64-common
Version: 3.2.0-1
Severity: important

Dear Maintainer,

If i use
<snip>
#include <aviriff.h>
</snip>
in my code, this will include the file /usr/share/mingw-w64/include/aviriff.h

Unfortunately this header-file has a broken 1st line.
what is meant to start with a boiler-plate comment
<snip>
/**
 *
 */
</snip>

really starts with to asterisks
<snip>
**
*
*/
</snip>


This prevents any program from being compiled, as soon as this header file is
included.

A quick grep shows, that following files have the same problem:
 adtgen.h
 authz.h
 aux_ulib.h
 avifmt.h
 aviriff.h

The fix is trivial: add a forward-slash as the first character in the first line
of these files.





-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to