[gaim-migrate @ 14712]

Thu, 08 Dec 2005 20:58:05 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 08 Dec 2005 20:58:05 +0000
changeset 12405
4575a63da9a6
parent 12404
657afdf0f596
child 12406
89863d2d9b8d

[gaim-migrate @ 14712]
void prototype fix. This should be correct, but can someone double check that Tcl under win32 still compiles?

plugins/tcl/tcl_win32.c file | annotate | diff | comparison | revisions
--- a/plugins/tcl/tcl_win32.c	Thu Dec 08 20:57:48 2005 +0000
+++ b/plugins/tcl/tcl_win32.c	Thu Dec 08 20:58:05 2005 +0000
@@ -27,7 +27,7 @@
 #include <tk.h>
 #endif
 
-typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)();
+typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(void);
 typedef void        (CALLBACK* LPFNTKINIT)(Tcl_Interp*);
 
 LPFNTCLCREATEINTERP wtcl_CreateInterp = NULL;

mercurial