Use __USE_MINGW_ANSI_STDIO for MinGW build
commit55c620e711d206e5c192d9973c3ec39fae7b5394
authorMarc Schink <swo-dev@marcschink.de>
Thu, 10 Mar 2016 09:23:38 +0000 (10 10:23 +0100)
committerMarc Schink <swo-dev@marcschink.de>
Thu, 10 Mar 2016 09:28:10 +0000 (10 10:28 +0100)
treec977facce17e2af02f4864a51ed677a768558de4
parent49799b2fbed7180a034875b34195b38db3dc5065
Use __USE_MINGW_ANSI_STDIO for MinGW build

This enables C99 compatible stdio functions on MinGW instead of using
the incompatible functions provided by Microsoft.
configure.ac
src/dwt.c
src/main.c