libvirt/examples/domain-events/events-c
Daniel P. Berrange 242195425c Fix domain events C example on Win32
printf on Win32 does not necessarily support %lld and we don't
have GNULIBs wrapper for printf(). Switch to use asprintf() for
which we do have a gnulib wrapper with %lld support

* examples/domain-events/events-c/event-test.c: Fix formatting
  of %lld on Win32
* cfg.mk: Don't require use of virAsprintf since this is an
  example app for out of tree users to follow
2011-03-31 16:01:49 +01:00
..
.gitignore * gnulib/tests/test-EOVERFLOW: Remove. 2008-11-24 07:09:36 +00:00
event-test.c Fix domain events C example on Win32 2011-03-31 16:01:49 +01:00
Makefile.am build: fix example build on MacOS X 2010-09-30 11:34:00 -06:00