comparison src/buddy_chat.c @ 4859:a9a831508b43

[gaim-migrate @ 5186] Including wspell.h for win32 gtkspell interface committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 22 Mar 2003 18:32:50 +0000
parents 42d53c416bb9
children fefad67de2c7
comparison
equal deleted inserted replaced
4858:748c25897809 4859:a9a831508b43
35 #endif 35 #endif
36 #include <gdk/gdkkeysyms.h> 36 #include <gdk/gdkkeysyms.h>
37 37
38 #include "prpl.h" 38 #include "prpl.h"
39 39
40 #ifdef _WIN32
41 #include "wspell.h"
42 #endif
43
40 static GList *chatentries = NULL; 44 static GList *chatentries = NULL;
41 static GtkWidget *joinchat = NULL; 45 static GtkWidget *joinchat = NULL;
42 static GtkWidget *jc_vbox = NULL; 46 static GtkWidget *jc_vbox = NULL;
43 static struct gaim_connection *joinchatgc; 47 static struct gaim_connection *joinchatgc;
44 48