qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 73bcc2a] Fix typo WIN32 -> _WIN32


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 73bcc2a] Fix typo WIN32 -> _WIN32
Date: Mon, 10 Aug 2009 21:47:57 -0000

From: Anthony Liguori <address@hidden>

This was spotted by Juan Quintela

Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/qemu-char.c b/qemu-char.c
index 6ec9059..2144d1a 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]