Tcl Source Code

Artifact [884446bc3a]
Login

Artifact 884446bc3a542c7a5f482cbb5a7a5abd93dd7a87:

Attachment "tclThreadAlloc.patch" to ticket [945447ffff] added by kennykb 2004-05-01 00:08:02.
Index: generic/tclThreadAlloc.c
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tclThreadAlloc.c,v
retrieving revision 1.9
diff -b -u -r1.9 tclThreadAlloc.c
--- generic/tclThreadAlloc.c	6 Apr 2004 22:25:55 -0000	1.9
+++ generic/tclThreadAlloc.c	30 Apr 2004 17:07:21 -0000
@@ -18,7 +18,9 @@
 
 #include "tclInt.h"
 
-#ifndef WIN32
+#ifdef WIN32
+#include "tclWinInt.h"
+#else
 extern Tcl_Mutex *TclpNewAllocMutex(void);
 extern void *TclpGetAllocCache(void);
 extern void TclpSetAllocCache(void *);