aboutsummaryrefslogtreecommitdiff
path: root/qemu-os-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-os-win32.h')
-rw-r--r--qemu-os-win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-os-win32.h b/qemu-os-win32.h
index e7e2ee3abf..70fdca55c5 100644
--- a/qemu-os-win32.h
+++ b/qemu-os-win32.h
@@ -43,5 +43,6 @@ void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
void os_host_main_loop_wait(int *timeout);
static inline void os_setup_signal_handling(void) {}
+static inline void os_change_process_uid(void) {}
#endif