2008-09-25 13:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbthread.h
    + Enabled HB_USE_TLS for MinGW >= 4.3.0
This commit is contained in:
Viktor Szakats
2008-09-25 11:09:07 +00:00
parent ee7b75c515
commit 0bc59418eb
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-25 13:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbthread.h
+ Enabled HB_USE_TLS for MinGW >= 4.3.0
2008-09-25 11:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- harbour-ce-spec
+ harbour-wce-spec

View File

@@ -316,6 +316,8 @@ extern void hb_threadMutexUnlockAll( void );
# define HB_USE_TLS
# elif defined( __BORLANDC__ ) && !defined( __CODEGUARD__ )
# define HB_USE_TLS
# elif defined( __MINGW32__ ) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 3
# define HB_USE_TLS
# elif defined( __GNUC__ ) && __GNUC__ >= 3 && \
defined( __GLIBC__ ) && defined( __GLIBC_MINOR__ ) && \
( __GLIBC__ > 2 || ( __GLIBC__ == 2 && __GLIBC_MINOR__ >= 6 ) ) && \