comparison: pidgin/plugins/perl/common/gtkmodule.h
pidgin/plugins/perl/common/gtkmodule.h
- changeset 35516
- ac827860af1e
- parent 35312
- add13288757e
- child 35610
- 24b06c5e7760
equal
deleted
inserted
replaced
| 9 #include <glib.h> |
9 #include <glib.h> |
| 10 #include <gtk/gtk.h> |
10 #include <gtk/gtk.h> |
| 11 #ifdef _WIN32 |
11 #ifdef _WIN32 |
| 12 #undef pipe |
12 #undef pipe |
| 13 #endif |
13 #endif |
| |
14 |
| |
15 #define SILENT_NO_TAINT_SUPPORT 0 |
| |
16 #define NO_TAINT_SUPPORT 0 |
| |
17 |
| 14 #include <EXTERN.h> |
18 #include <EXTERN.h> |
| 15 #include <perl.h> |
19 #include <perl.h> |
| 16 #include <XSUB.h> |
20 #include <XSUB.h> |
| 17 |
21 |
| 18 #undef group |
22 #undef group |