mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
Fix typo WIN32 -> _WIN32
This was spotted by Juan Quintela Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4bf6b55b34
commit
73bcc2acaa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue