changeset 4502:7a2e45719bd0

[gaim-migrate @ 4777] gcc-3.2 let me get sloppy, sorry. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 Feb 2003 19:26:45 +0000
parents 5a2bc74c283a
children fdc4ac6d1db1
files src/core.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core.c	Sat Feb 01 19:11:41 2003 +0000
+++ b/src/core.c	Sat Feb 01 19:26:45 2003 +0000
@@ -473,11 +473,13 @@
 	/*
 	GMainLoop *loop;
 	 */
+#ifndef _WIN32
+	GIOChannel *channel;
+#endif
 
 	gaim_blist_load();
 
 #ifndef _WIN32
-	GIOChannel *channel;
 
 	UI_fd = open_socket();
 	if (UI_fd < 0)