[Title] Modified mistype
authordon.hong <don.hong@samsung.com>
Sun, 18 Mar 2012 15:43:20 +0000 (00:43 +0900)
committerdon.hong <don.hong@samsung.com>
Sun, 18 Mar 2012 15:43:20 +0000 (00:43 +0900)
[Type] BugFix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

main-loop.c

index 5b967d9..dd31c17 100644 (file)
@@ -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