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
This commit is contained in:
@@ -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
|
||||
|
||||
2
harbour/external/bzip2/bzip2.c
vendored
2
harbour/external/bzip2/bzip2.c
vendored
@@ -128,7 +128,7 @@
|
||||
#if BZ_LCCWIN32
|
||||
# include <io.h>
|
||||
# include <fcntl.h>
|
||||
# include <sys\stat.h>
|
||||
# include <sys/stat.h>
|
||||
|
||||
# define NORETURN /**/
|
||||
# define PATH_SEP '\\'
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user