src/protocols/msn/ft.c

changeset 5912
32619a71edd2
parent 5681
514fbc5374dc
child 5914
70c15057c4ea
--- 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)
 {

mercurial