comparison src/dialogs.c @ 7057:3c7c887c35c3

[gaim-migrate @ 7620] Include wspell.h for win32 gtkspell committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 30 Sep 2003 05:43:26 +0000
parents 2234420abada
children 9946001989a3
comparison
equal deleted inserted replaced
7056:c92dbccd7448 7057:3c7c887c35c3
38 38
39 #include "ui.h" 39 #include "ui.h"
40 40
41 /* XXX */ 41 /* XXX */
42 #include "gaim.h" 42 #include "gaim.h"
43
44 #ifdef _WIN32
45 # include "wspell.h"
46 #endif
43 47
44 static GtkWidget *imdialog = NULL; /*I only want ONE of these :) */ 48 static GtkWidget *imdialog = NULL; /*I only want ONE of these :) */
45 static GList *dialogwindows = NULL; 49 static GList *dialogwindows = NULL;
46 static GtkWidget *importdialog; 50 static GtkWidget *importdialog;
47 static GaimConnection *importgc; 51 static GaimConnection *importgc;