changeset 29508:89120a5b285a

Some undefs to make building with mingw-64 more pleasant
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 28 Feb 2010 23:42:12 +0000
parents 10ea601e6502
children 996eb83a1162 19610ea45ff3
files libpurple/plugins/perl/common/module.h libpurple/plugins/perl/perl-common.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/module.h	Sun Feb 28 23:41:38 2010 +0000
+++ b/libpurple/plugins/perl/common/module.h	Sun Feb 28 23:42:12 2010 +0000
@@ -9,6 +9,7 @@
 #include <glib.h>
 #ifdef _WIN32
 #undef pipe
+#undef STRINGIFY
 #endif
 #include <EXTERN.h>
 #include <perl.h>
--- a/libpurple/plugins/perl/perl-common.h	Sun Feb 28 23:41:38 2010 +0000
+++ b/libpurple/plugins/perl/perl-common.h	Sun Feb 28 23:42:12 2010 +0000
@@ -3,6 +3,7 @@
 
 #include <glib.h>
 #ifdef _WIN32
+#undef STRINGIFY
 #undef pipe
 #endif
 #include <EXTERN.h>