diff -r 657afdf0f596 -r 4575a63da9a6 plugins/tcl/tcl_win32.c --- 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 #endif -typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(); +typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(void); typedef void (CALLBACK* LPFNTKINIT)(Tcl_Interp*); LPFNTCLCREATEINTERP wtcl_CreateInterp = NULL;