diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3deb2f62da..2e80e6ef37 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-15 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbstack.h + * minor cleanup + + * harbour/external/bzip2/bzip2.c + ! fixed to compile on platforms which do not accept "\" as path delimiter + 2010-03-15 09:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c * contrib/hbtpathy/tpwin.c diff --git a/harbour/external/bzip2/bzip2.c b/harbour/external/bzip2/bzip2.c index 390410735b..04c9c49188 100644 --- a/harbour/external/bzip2/bzip2.c +++ b/harbour/external/bzip2/bzip2.c @@ -128,7 +128,7 @@ #if BZ_LCCWIN32 # include # include -# include +# include # define NORETURN /**/ # define PATH_SEP '\\' diff --git a/harbour/include/hbstack.h b/harbour/include/hbstack.h index 212e80f2c2..a372958ba3 100644 --- a/harbour/include/hbstack.h +++ b/harbour/include/hbstack.h @@ -64,9 +64,6 @@ HB_EXTERN_BEGIN #if defined( HB_MT_VM ) # include "hbthread.h" -# if !defined( HB_USE_TLS ) && !defined( HB_OS_OS2 ) && 0 -# undef HB_STACK_MACROS -# endif #endif /* thread specific data */