From: Anthony Liguori Date: Mon, 27 Jul 2009 19:55:25 +0000 (-0500) Subject: Fix typo WIN32 -> _WIN32 X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~11195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73bcc2acaa1ea282af7a74dfd56d7865e27aae1f;p=sdk%2Femulator%2Fqemu.git Fix typo WIN32 -> _WIN32 This was spotted by Juan Quintela Signed-off-by: Anthony Liguori --- 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;