diff plugins/tcl/tcl_glib.c @ 7831:409f7f167c98

[gaim-migrate @ 8483] Using tcl and tk stubs for Windows tcl loader committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 11 Dec 2003 19:06:28 +0000
parents ea4f65164307
children 7a6e30eb7aad
line wrap: on
line diff
--- a/plugins/tcl/tcl_glib.c	Thu Dec 11 12:07:02 2003 +0000
+++ b/plugins/tcl/tcl_glib.c	Thu Dec 11 19:06:28 2003 +0000
@@ -70,6 +70,8 @@
 static gboolean tcl_file_callback(GIOChannel *source, GIOCondition condition, gpointer data);
 static int tcl_file_event_callback(Tcl_Event *event, int flags);
 
+#undef Tcl_InitNotifier
+
 ClientData Tcl_InitNotifier()
 {
 	return NULL;