Revision 5666a9f2
ID | 5666a9f20c6ef2b207e0517c8eeb9556badf76a3 |
Parent | d743065e |
Child | 98a7d560 |
When building for MinGW32 disable strict ANSI compliancy.
When -std=c99 is used, GCC defines STRICT_ANSI to hide non-ANSI
interfaces; on MinGW32, when this macro is defined, some functions that are
part of POSIX but not of Windows APIs are disabled, including strcasecmp().
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Files
- added
- modified
- copied
- renamed
- deleted