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__ ) && \