From 6c6fedf6b5fe62e6b350d88fd8a5f149d194017c Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Tue, 1 Apr 2003 21:12:09 +0200 Subject: [PATCH] CheckValidHandle gets defined in pike_threadlib.h if necessary. Rev: src/threads.c:1.213 --- src/threads.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/threads.c b/src/threads.c index ea16188802..bc31fe0945 100644 --- a/src/threads.c +++ b/src/threads.c @@ -2,12 +2,12 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: threads.c,v 1.212 2003/03/17 09:17:02 grubba Exp $ +|| $Id: threads.c,v 1.213 2003/04/01 19:12:09 mast Exp $ */ #ifndef CONFIGURE_TEST #include "global.h" -RCSID("$Id: threads.c,v 1.212 2003/03/17 09:17:02 grubba Exp $"); +RCSID("$Id: threads.c,v 1.213 2003/04/01 19:12:09 mast Exp $"); PMOD_EXPORT int num_threads = 1; PMOD_EXPORT int threads_disabled = 0; @@ -110,11 +110,6 @@ int low_nt_create_thread(unsigned Pike_stack_size, } } - -#ifdef PIKE_DEBUG -PMOD_EXPORT HANDLE CheckValidHandle(HANDLE h); -#endif - #endif #ifdef SIMULATE_COND_WITH_EVENT -- GitLab