libvirt/examples/domtop
Michal Privoznik d82170d757 domtop: Fix build on mingw
Firstly, there's no sigaction() nor struct sigaction on mingw. We have
to use the one implemented by gnulib (and hence link with gnulib).
Then, for some reason one header file from windows defines ERROR
symbol. Yes it does. Sigh.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-07-22 09:53:18 +02:00
..
domtop.c domtop: Fix build on mingw 2014-07-22 09:53:18 +02:00
Makefile.am domtop: Fix build on mingw 2014-07-22 09:53:18 +02:00