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

main-loop.c

index 5b967d9ff2ab8a3c0fdbf060e27c9f8781ffeb91..dd31c17763b071466cd1b3851fd73fcd99ce1e49 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