diff options
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index f5480dd7ac..b82741bc02 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -29,6 +29,7 @@ #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN +#define WINVER 0x0501 /* needed for ipv6 bits */ #include <windows.h> #define fsync _commit #define lseek _lseeki64 |