]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/spice-core.c
qobject atomics osdep: Make a few macros more hygienic
[mirror_qemu.git] / ui / spice-core.c
index 67cfd3ca9c147c227dbbee53a0b3e3a47254801b..52a59386d7423add30d8ad018a2ff875c3d0c449 100644 (file)
@@ -149,7 +149,7 @@ static void watch_remove(SpiceWatch *watch)
     qemu_set_fd_handler(watch->fd, NULL, NULL, NULL);
 #ifdef WIN32
     /* SOCKET is owned by spice */
-    qemu_close_to_socket(watch->fd);
+    qemu_close_socket_osfhandle(watch->fd);
 #endif
     g_free(watch);
 }