commit | d322f2a6efeec20fc66ce5ba16434fa017166af3 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Fri May 09 11:40:50 2014 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Fri May 09 11:45:13 2014 +0800 |
tree | 08546886c9143aa48df68793e2f02f0f1c7d77d0 | |
parent | afe444a564ed72cdda792822a0c9dab57a8c9172 [diff] |
Define __USE_MINGW_ANSI_STDIO for windows build Some printf/scanf functions in Windows aren't C99 compatible. Define __USE_MINGW_ANSI_STDIO for mingw compiler to use it's own set of replacement libraries which are more C99-like. Change-Id: I51dfa582971ec0487409067e8bb7fe3a44577b93