From a1a7c1cb07fcb381acd59b4ac626b62e26259108 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 Sep 2008 10:26:19 +0000 Subject: [PATCH] Fix to prev --- harbour/include/hbthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/hbthread.h b/harbour/include/hbthread.h index 6021ae53e4..829e14c1a0 100644 --- a/harbour/include/hbthread.h +++ b/harbour/include/hbthread.h @@ -314,7 +314,7 @@ extern void hb_threadMutexUnlockAll( void ); */ # if defined( _MSC_VER ) # define HB_USE_TLS -# if defined( __BORLANDC__ ) && !defined( __CODEGUARD__ ) +# elif defined( __BORLANDC__ ) && !defined( __CODEGUARD__ ) # define HB_USE_TLS # elif defined( __GNUC__ ) && __GNUC__ >= 3 && \ defined( __GLIBC__ ) && defined( __GLIBC_MINOR__ ) && \