diff src/core.c @ 3716:d7e83b4db191

[gaim-migrate @ 3849] Warning fixes committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:44:19 +0000
parents 9682c0e022c6
children b5dbc9d49939
line wrap: on
line diff
--- a/src/core.c	Wed Oct 16 19:40:00 2002 +0000
+++ b/src/core.c	Wed Oct 16 19:44:19 2002 +0000
@@ -51,7 +51,9 @@
 #include "win32dep.h"
 #endif
 
+#ifndef _WIN32
 static gint UI_fd = -1;
+#endif
 int gaim_session = 0;
 GSList *uis = NULL;