comparison src/protocols/oscar/oscar.c @ 4373:dcc6c130c6d9

[gaim-migrate @ 4639] win32 fixes committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 21 Jan 2003 00:38:33 +0000
parents 7ba9b56a8796
children 2628346f53bd
comparison
equal deleted inserted replaced
4372:00f4fa7a93ff 4373:dcc6c130c6d9
45 #include <signal.h> 45 #include <signal.h>
46 46
47 #include "multi.h" 47 #include "multi.h"
48 #include "prpl.h" 48 #include "prpl.h"
49 #include "gaim.h" 49 #include "gaim.h"
50 #include "core.h"
50 #include "aim.h" 51 #include "aim.h"
51 #include "proxy.h" 52 #include "proxy.h"
52 53
53 #ifdef _WIN32 54 #ifdef _WIN32
54 #include "win32dep.h" 55 #include "win32dep.h"
86 static struct prpl *my_protocol = NULL; 87 static struct prpl *my_protocol = NULL;
87 88
88 /* For win32 compatability */ 89 /* For win32 compatability */
89 G_MODULE_IMPORT GSList *connections; 90 G_MODULE_IMPORT GSList *connections;
90 G_MODULE_IMPORT int report_idle; 91 G_MODULE_IMPORT int report_idle;
92 G_MODULE_IMPORT GSList *groups;
91 93
92 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | 94 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON |
93 AIM_CAPS_IMIMAGE | AIM_CAPS_SENDFILE; 95 AIM_CAPS_IMIMAGE | AIM_CAPS_SENDFILE;
94 96
95 /* Set AIM caps, because Gaim can still do them over ICQ and 97 /* Set AIM caps, because Gaim can still do them over ICQ and