libpurple/plugins/perl/perl-common.h

changeset 23916
76b2c63d074c
parent 23915
b62601fd6e7d
child 29340
1073f46cfe21
equal deleted inserted replaced
23915:b62601fd6e7d 23916:76b2c63d074c
3 3
4 #include <glib.h> 4 #include <glib.h>
5 #ifdef _WIN32 5 #ifdef _WIN32
6 #undef pipe 6 #undef pipe
7 #endif 7 #endif
8 #include <EXTERN.h>
8 #include <perl.h> 9 #include <perl.h>
9 #include <XSUB.h> 10 #include <XSUB.h>
10 #include <EXTERN.h>
11 11
12 /* XXX: perl defines it's own _ but I think it's safe to undef it */ 12 /* XXX: perl defines it's own _ but I think it's safe to undef it */
13 #undef _ 13 #undef _
14 /* Dirty hack to prevent the win32 libc compat stuff from interfering with the Perl internal stuff */ 14 /* Dirty hack to prevent the win32 libc compat stuff from interfering with the Perl internal stuff */
15 #ifdef _WIN32 15 #ifdef _WIN32

mercurial