]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/is-daemonized.c
ui: Clean up includes
[mirror_qemu.git] / stubs / is-daemonized.c
CommitLineData
07a32d6b 1#include "qemu-common.h"
07a32d6b 2
a77e6b14
NN
3/* Win32 has its own inline stub */
4#ifndef _WIN32
07a32d6b
NN
5bool is_daemonized(void)
6{
a77e6b14 7 return false;
07a32d6b 8}
a77e6b14 9#endif