diff src/protocols/msn/ft.c @ 5912:b3c412884a22

[gaim-migrate @ 6344] win32 adjustments for header re-org committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:53:49 +0000
parents 46d7ad0dfa26
children 1344aeab6baa
line wrap: on
line diff
--- a/src/protocols/msn/ft.c	Tue Jun 17 07:37:35 2003 +0000
+++ b/src/protocols/msn/ft.c	Tue Jun 17 18:53:49 2003 +0000
@@ -24,10 +24,9 @@
 
 #ifdef _WIN32
 #include "win32dep.h"
+__declspec(dllimport) GList *connections;
 #endif
 
-G_MODULE_IMPORT GSList *connections;
-
 static struct gaim_xfer *
 find_xfer_by_cookie(GaimConnection *gc, unsigned long cookie)
 {