comparison: libpurple/plugins/perl/common/module.h
libpurple/plugins/perl/common/module.h
- branch
- soc.2013.gobjectification.plugins
- changeset 37160
- 8300c06145d8
- parent 37145
- 8826f95514fd
- parent 36308
- 4432aff3b90d
equal
deleted
inserted
replaced
| 9 #define group perl_group |
9 #define group perl_group |
| 10 |
10 |
| 11 #include <glib.h> |
11 #include <glib.h> |
| 12 #ifdef _WIN32 |
12 #ifdef _WIN32 |
| 13 #undef pipe |
13 #undef pipe |
| 14 #undef STRINGIFY |
|
| 15 #endif |
14 #endif |
| 16 |
15 |
| 17 #define SILENT_NO_TAINT_SUPPORT 0 |
16 #define SILENT_NO_TAINT_SUPPORT 0 |
| 18 #define NO_TAINT_SUPPORT 0 |
17 #define NO_TAINT_SUPPORT 0 |
| 19 |
18 |