From ea583df4894de665dceb85787fa309841714079e Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 13 Apr 2000 02:30:43 +0000 Subject: removed __stdcall decl for WIN32 case on ThreadCreate --- generic/tcl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index 4af2c79..42b488e 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.67 2000/04/10 22:44:15 welch Exp $ + * RCS: @(#) $Id: tcl.h,v 1.68 2000/04/13 02:30:43 hobbs Exp $ */ #ifndef _TCL @@ -395,8 +395,6 @@ typedef struct Tcl_Var_ *Tcl_Var; #ifdef MAC_TCL typedef pascal void *(Tcl_ThreadCreateProc) _ANSI_ARGS_((ClientData clientData)); -#elif defined __WIN32__ -typedef unsigned (__stdcall Tcl_ThreadCreateProc) _ANSI_ARGS_((ClientData clientData)); #else typedef void (Tcl_ThreadCreateProc) _ANSI_ARGS_((ClientData clientData)); #endif -- cgit v0.12