提交 73bcc2ac 编写于 作者: A Anthony Liguori

Fix typo WIN32 -> _WIN32

This was spotted by Juan Quintela
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 4bf6b55b
...@@ -1920,7 +1920,7 @@ static int tcp_get_msgfd(CharDriverState *chr) ...@@ -1920,7 +1920,7 @@ static int tcp_get_msgfd(CharDriverState *chr)
return s->msgfd; return s->msgfd;
} }
#ifndef WIN32 #ifndef _WIN32
static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg) static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg)
{ {
TCPCharDriver *s = chr->opaque; TCPCharDriver *s = chr->opaque;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册