Mercurial > pidgin.yaz
changeset 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 | c92dbccd7448 |
children | 06e7697f3fae |
files | src/dialogs.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Tue Sep 30 05:42:05 2003 +0000 +++ b/src/dialogs.c Tue Sep 30 05:43:26 2003 +0000 @@ -41,6 +41,10 @@ /* XXX */ #include "gaim.h" +#ifdef _WIN32 +# include "wspell.h" +#endif + static GtkWidget *imdialog = NULL; /*I only want ONE of these :) */ static GList *dialogwindows = NULL; static GtkWidget *importdialog;