]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/qemu-thread-win32.c
CODING_STYLE: indent example code as all others
[mirror_qemu.git] / util / qemu-thread-win32.c
index 4a363ca67505834855a67f1c3a30d96e30f38605..572f88535d056505ebbe2dd9e88f8af95af369bf 100644 (file)
  *
  */
 
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0600
-#endif
-
 #include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/thread.h"