提交 dbb5f380 编写于 作者: P Paolo Bonzini

win32: add weak version of qemu_fd_register

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 462016d2
...@@ -150,3 +150,8 @@ int qemu_get_thread_id(void) ...@@ -150,3 +150,8 @@ int qemu_get_thread_id(void)
{ {
return GetCurrentThreadId(); return GetCurrentThreadId();
} }
static void default_qemu_fd_register(int fd)
{
}
QEMU_WEAK_ALIAS(qemu_fd_register, default_qemu_fd_register);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册