OSDN Git Service

Define __USE_MINGW_ANSI_STDIO for windows build
authorAndrew Hsieh <andrewhsieh@google.com>
Fri, 9 May 2014 03:40:50 +0000 (11:40 +0800)
committerAndrew Hsieh <andrewhsieh@google.com>
Fri, 9 May 2014 03:45:13 +0000 (11:45 +0800)
commitd322f2a6efeec20fc66ce5ba16434fa017166af3
tree08546886c9143aa48df68793e2f02f0f1c7d77d0
parentafe444a564ed72cdda792822a0c9dab57a8c9172
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
core/combo/HOST_windows-x86.mk