comparison: pidgin/gtkutils.c
pidgin/gtkutils.c
- changeset 35856
- 1777950ff49f
- parent 35850
- 1abeda205d6c
- child 35892
- 02bf3200b9cb
- child 37136
- cfa7c57f9ca5
equal
deleted
inserted
replaced
| 31 #endif /*_WIN32*/ |
31 #endif /*_WIN32*/ |
| 32 |
32 |
| 33 #ifdef USE_GTKSPELL |
33 #ifdef USE_GTKSPELL |
| 34 # include <gtkspell/gtkspell.h> |
34 # include <gtkspell/gtkspell.h> |
| 35 # ifdef _WIN32 |
35 # ifdef _WIN32 |
| 36 # include "wspell.h" |
36 # include "win32/wspell.h" |
| 37 # endif |
37 # endif |
| 38 #endif |
38 #endif |
| 39 |
39 |
| 40 #include <gdk/gdkkeysyms.h> |
40 #include <gdk/gdkkeysyms.h> |
| 41 |
41 |