diff libpurple/plugins/perl/common/module.h @ 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 8282911d5e17
children
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>