ui/win32-kbd-hook: handle AltGr in a hook procedure
[qemu.git] / stubs / iothread.c
1 #include "qemu/osdep.h"
2 #include "block/aio.h"
3 #include "qemu/main-loop.h"
4
5 AioContext *qemu_get_current_aio_context(void)
6 {
7     return qemu_get_aio_context();
8 }
This page took 0.023071 seconds and 4 git commands to generate.