comparison: pidgin/gtkutils.c
pidgin/gtkutils.c
- changeset 33602
- 6014ed8b3a2b
- parent 33499
- ba4d2f8a8025
- parent 33477
- ed01a53b8afc
- child 33661
- 2ebcb105e606
equal
deleted
inserted
replaced
| 26 #define _PIDGIN_GTKUTILS_C_ |
26 #define _PIDGIN_GTKUTILS_C_ |
| 27 |
27 |
| 28 #include "internal.h" |
28 #include "internal.h" |
| 29 #include "pidgin.h" |
29 #include "pidgin.h" |
| 30 |
30 |
| 31 #ifndef _WIN32 |
31 #ifdef _WIN32 |
| 32 # include <X11/Xlib.h> |
|
| 33 #else |
|
| 34 # ifdef small |
32 # ifdef small |
| 35 # undef small |
33 # undef small |
| 36 # endif |
34 # endif |
| 37 #endif /*_WIN32*/ |
35 #endif /*_WIN32*/ |
| 38 |
36 |