Fix to prev

This commit is contained in:
Viktor Szakats
2008-09-23 10:26:19 +00:00
parent fac1ea54e2
commit a1a7c1cb07

View File

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