pidgin/plugins/perl/common/gtkmodule.h

changeset 24569
5dbd0617a27d
parent 15899
75f0041f72b8
child 34706
02cb08146888
child 35981
e8c02ea0800b
--- a/pidgin/plugins/perl/common/gtkmodule.h	Thu Oct 30 21:16:17 2008 +0000
+++ b/pidgin/plugins/perl/common/gtkmodule.h	Thu Oct 30 22:40:49 2008 +0000
@@ -1,3 +1,7 @@
+/* Allow the Perl code to see deprecated functions, so we can continue to
+ * export them to Perl plugins. */
+#undef PIDGIN_DISABLE_DEPRECATED
+
 typedef struct group *Pidgin__Group;
 
 #define group perl_group

mercurial