]> git.proxmox.com Git - mirror_qemu.git/blobdiff - os-win32.c
block/export: Conditionally ignore set-context error
[mirror_qemu.git] / os-win32.c
index c9c3afe648b75affee90845c9577974a7945c254..e31c921983b46b9061a2111039b68dbad6141979 100644 (file)
@@ -27,7 +27,6 @@
 #include <windows.h>
 #include <mmsystem.h>
 #include "qemu-common.h"
-#include "qemu-options.h"
 #include "sysemu/runstate.h"
 
 static BOOL WINAPI qemu_ctrl_handler(DWORD type)
@@ -57,17 +56,6 @@ void os_setup_early_signal_handling(void)
     atexit(os_undo_timer_resolution);
 }
 
-/*
- * Look for support files in the same directory as the executable.
- *
- * The caller must use g_free() to free the returned data when it is
- * no longer required.
- */
-char *os_find_datadir(void)
-{
-    return qemu_get_exec_dir();
-}
-
 void os_set_line_buffering(void)
 {
     setbuf(stdout, NULL);