Windows, meson build : use posix *printf family function
authorVincent Torri <vincent.torri@gmail.com>
Thu, 21 Mar 2019 10:26:15 +0000 (11:26 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commit22f6e28487b4ab2bc91bbcc4d489a5771ac4fc61
treea079991a9ca0b998af6d6389e2210b1fd3767330
parentd391b0f33ae9b1e12d20295337902e27c31e208c
Windows, meson build : use posix *printf family function

Summary: the Windows libc has different format flags for the *printf functions, fix this by using the posix version provided with mingw

Test Plan: compilation

Reviewers: zmike, raster, q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8432
meson.build