logger: Fix for unsupported z formatter on win32

Introduced by commit c974ad8183

Issue: #79584
Change-Id: Ia4c16d9dee2bcd2fc32b3494f1b2417b8dca87f6
This commit is contained in:
Edric Milaret
2015-08-28 11:27:50 -04:00
committed by Guillaume Roguez
parent 0e1961b34b
commit 94f0df9db7

View File

@ -76,7 +76,7 @@ case "${host_os}" in
AC_DEFINE([WIN32_LEAN_AND_MEAN],, [Define to limit the scope of <windows.h>.])
CPPFLAGS+="-D_WIN32_WINNT=0x0601 -DWINVER=0x0601"
CPPFLAGS+="-D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__USE_MINGW_ANSI_STDIO=1"
LDFLAGS+="-no-undefined -avoid-version -Wl,--nxcompat -Wl,--dynamicbase"
ac_default_prefix="`pwd`/_win32"
DESTDIR="`pwd`/_win32/"