]> Git Repo - qemu.git/blobdiff - qemu-os-win32.h
Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901
[qemu.git] / qemu-os-win32.h
index 3b5a35b6c28e61957abc5a0c4580c894581490b1..d0e9234d24c92c9c3b9f7cd199e2faa79cc5ea26 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <windows.h>
 #include <winsock2.h>
-#include "main-loop.h"
 
 /* Workaround for older versions of MinGW. */
 #ifndef ECONNREFUSED
@@ -92,4 +91,9 @@ typedef struct {
 } qemu_timeval;
 int qemu_gettimeofday(qemu_timeval *tp);
 
+static inline bool is_daemonized(void)
+{
+    return false;
+}
+
 #endif
This page took 0.02352 seconds and 4 git commands to generate.