]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix MinGW build
authorPavel Hrdina <phrdina@redhat.com>
Wed, 24 Sep 2014 09:07:08 +0000 (11:07 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 24 Sep 2014 15:16:32 +0000 (17:16 +0200)
commitb8b3c56566712757eebd76ac199b69673766226a
tree031f9d914d440ad08a283400b5e52b187275ae0d
parent308c0c5a95209731b57a7a0512637d535f39e6e8
Fix MinGW build

When building on mingw the format string for long long/unsigned long
long have to be I64d/I64u instead of lld/llu.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
examples/object-events/event-test.c