comparison src/multi.c @ 4493:61ba567f9c64

[gaim-migrate @ 4768] include win32dep.h committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 31 Jan 2003 19:44:20 +0000
parents 3196d9044a45
children 972af41f277c
comparison
equal deleted inserted replaced
4492:d629e7989a8a 4493:61ba567f9c64
24 #include <gtk/gtk.h> 24 #include <gtk/gtk.h>
25 #include "prpl.h" 25 #include "prpl.h"
26 #include "multi.h" 26 #include "multi.h"
27 #include "gaim.h" 27 #include "gaim.h"
28 #include "conversation.h" 28 #include "conversation.h"
29
30 #ifdef _WIN32
31 #include "win32dep.h"
32 #endif
29 33
30 #define LOGIN_STEPS 5 34 #define LOGIN_STEPS 5
31 35
32 GSList *connections; 36 GSList *connections;
33 int connecting_count = 0; 37 int connecting_count = 0;