comparison: pidgin/gtkutils.c
pidgin/gtkutils.c
- changeset 35892
- 02bf3200b9cb
- parent 35856
- 1777950ff49f
- child 35912
- 0c0112fff3d2
- child 37139
- 5eb4f6b78114
equal
deleted
inserted
replaced
| 23 #include "internal.h" |
23 #include "internal.h" |
| 24 #include "glibcompat.h" |
24 #include "glibcompat.h" |
| 25 #include "pidgin.h" |
25 #include "pidgin.h" |
| 26 |
26 |
| 27 #ifdef _WIN32 |
27 #ifdef _WIN32 |
| 28 # ifdef small |
|
| 29 # undef small |
28 # undef small |
| 30 # endif |
29 # include <shellapi.h> |
| 31 #endif /*_WIN32*/ |
30 #endif /*_WIN32*/ |
| 32 |
31 |
| 33 #ifdef USE_GTKSPELL |
32 #ifdef USE_GTKSPELL |
| 34 # include <gtkspell/gtkspell.h> |
33 # include <gtkspell/gtkspell.h> |
| 35 # ifdef _WIN32 |
34 # ifdef _WIN32 |