diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:55:25 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:55:25 -0500 |
commit | 73bcc2acaa1ea282af7a74dfd56d7865e27aae1f (patch) | |
tree | 46f75bc8cef6181b435151dd30d668c4bd5ede77 /qemu-char.c | |
parent | 4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 (diff) |
Fix typo WIN32 -> _WIN32
This was spotted by Juan Quintela
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-char.c')
-rw-r--r-- | qemu-char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-char.c b/qemu-char.c index 6ec90594e3..2144d1a471 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -1920,7 +1920,7 @@ static int tcp_get_msgfd(CharDriverState *chr) return s->msgfd; } -#ifndef WIN32 +#ifndef _WIN32 static void unix_process_msgfd(CharDriverState *chr, struct msghdr *msg) { TCPCharDriver *s = chr->opaque; |