comparison 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
comparison
equal deleted inserted replaced
5911:865f235ffaf0 5912:b3c412884a22
22 */ 22 */
23 #include "msn.h" 23 #include "msn.h"
24 24
25 #ifdef _WIN32 25 #ifdef _WIN32
26 #include "win32dep.h" 26 #include "win32dep.h"
27 __declspec(dllimport) GList *connections;
27 #endif 28 #endif
28
29 G_MODULE_IMPORT GSList *connections;
30 29
31 static struct gaim_xfer * 30 static struct gaim_xfer *
32 find_xfer_by_cookie(GaimConnection *gc, unsigned long cookie) 31 find_xfer_by_cookie(GaimConnection *gc, unsigned long cookie)
33 { 32 {
34 GSList *g; 33 GSList *g;