# HG changeset patch # User Daniel Atallah # Date 1267400532 0 # Node ID 89120a5b285a4886f89d2cf3d5c5a8bd207fd963 # Parent 10ea601e6502f2455a180174ec0fc7ed8cb92a57 Some undefs to make building with mingw-64 more pleasant diff -r 10ea601e6502 -r 89120a5b285a libpurple/plugins/perl/common/module.h --- 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 #ifdef _WIN32 #undef pipe +#undef STRINGIFY #endif #include #include diff -r 10ea601e6502 -r 89120a5b285a libpurple/plugins/perl/perl-common.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 #ifdef _WIN32 +#undef STRINGIFY #undef pipe #endif #include