diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 16:05:38 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 16:05:38 +0900 |
commit | 8f97de91a346af8692d9e292a5ff73b75f820992 (patch) | |
tree | e60975aef954680686b3f627399e4f114a87382e /pc | |
parent | f5d6d09d197dd0dad5609747d9dc558fd960f612 (diff) | |
download | efl-8f97de91a346af8692d9e292a5ff73b75f820992.tar.gz |
evil: let's try if we only use that macro.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/evil.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/evil.pc.in b/pc/evil.pc.in index cf4b855af8..2331c27068 100644 --- a/pc/evil.pc.in +++ b/pc/evil.pc.in @@ -10,4 +10,4 @@ Description: Library that ports on Windows some specific Unix functions. Version: @VERSION@ Libs: -L${libdir} -levil Libs.private: -Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields -D__MINGW_PRINTF_FORMAT +Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields -D__USE_MINGW_ANSI_STDIO |