]> git.proxmox.com Git - qemu.git/commit - main-loop.c
w64: Fix type cast in os_host_main_loop_wait
authorStefan Weil <sw@weilnetz.de>
Thu, 12 Apr 2012 18:42:34 +0000 (20:42 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 15 Apr 2012 19:25:17 +0000 (21:25 +0200)
commit58b9630d7e2252d077b632c3a26d1aa334cf5fe6
tree6054d3ef8ec3b59119e8fe31e5e1f32fc0467dc4
parentb065927a02cbbaca032ed20d3039baca0914165c
w64: Fix type cast in os_host_main_loop_wait

Casting a pointer to an integer must use (DWORD_PTR) instead of (DWORD).
This also matches the definition of 'fd' (gint for w32, gint64 for w64).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
main-loop.c