Commit 73bcc2acaa1ea282af7a74dfd56d7865e27aae1f

Authored by Anthony Liguori
1 parent 4bf6b55b

Fix typo WIN32 -> _WIN32

This was spotted by Juan Quintela

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
qemu-char.c
@@ -1920,7 +1920,7 @@ static int tcp_get_msgfd(CharDriverState *chr) @@ -1920,7 +1920,7 @@ static int tcp_get_msgfd(CharDriverState *chr)
1920 return s->msgfd; 1920 return s->msgfd;
1921 } 1921 }
1922 1922
1923 -#ifndef WIN32 1923 +#ifndef _WIN32
1924 static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg) 1924 static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg)
1925 { 1925 {
1926 TCPCharDriver *s = chr->opaque; 1926 TCPCharDriver *s = chr->opaque;