mirror of https://github.com/xemu-project/xemu.git
main-loop: make qemu_event_handle static
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
fb7c8e8a2d
commit
a92433afcc
|
@ -164,7 +164,7 @@ static int qemu_signal_init(void)
|
|||
|
||||
#else /* _WIN32 */
|
||||
|
||||
HANDLE qemu_event_handle = NULL;
|
||||
static HANDLE qemu_event_handle = NULL;
|
||||
|
||||
static void dummy_event_handler(void *opaque)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue