]> git.proxmox.com Git - qemu.git/blobdiff - oslib-win32.c
rtl8139: remove unused marco
[qemu.git] / oslib-win32.c
index 5e3de7dc8a52cf1b6131d8764f97ec4e23a5c3c3..ce3021e6c72201c7296e9346a1b77a38e5342f78 100644 (file)
@@ -118,3 +118,8 @@ int qemu_gettimeofday(qemu_timeval *tp)
      Do not set errno on error.  */
   return 0;
 }
+
+int qemu_get_thread_id(void)
+{
+    return GetCurrentThreadId();
+}