libvirt/examples/domsuspend
Andrea Bolognani 9a457be18b domsuspend: Fix warning on mingw build
Commit d82170d introduced a workaround for domtop: in that example
program, we define a symbol called ERROR for our own use, but since
a symbol with the same name is already defined in one of mingw's
header files, we get a warning when using that compiler.

domsuspend defines the same problematic symbol, so the workaround
has been copied over.
2016-02-12 16:36:34 +01:00
..
suspend.c domsuspend: Fix warning on mingw build 2016-02-12 16:36:34 +01:00