From: don.hong Date: Sun, 18 Mar 2012 15:43:20 +0000 (+0900) Subject: [Title] Modified mistype X-Git-Tag: TizenStudio_2.0_p2.3~1641^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8a2d3050ccdcb06dd68bf68a0f83d40f4ca4a86;p=sdk%2Femulator%2Fqemu.git [Title] Modified mistype [Type] BugFix [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/main-loop.c b/main-loop.c index 5b967d9..dd31c17 100644 --- a/main-loop.c +++ b/main-loop.c @@ -447,7 +447,7 @@ int main_loop_wait(int nonblocking) slirp_select_fill(&nfds, &rfds, &wfds, &xfds); #endif qemu_iohandler_fill(&nfds, &rfds, &wfds, &xfds); -#ifdef _WIN32 +#ifndef _WIN32 glib_select_fill(&nfds, &rfds, &wfds, &xfds, &tv); #endif // _WIN32