2009-02-06 11:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/hbproces.c
    * removed always false condition for #if expression
This commit is contained in:
Przemyslaw Czerpak
2009-02-06 10:47:56 +00:00
parent 99b03e457d
commit 4c9438f207
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-06 11:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbproces.c
* removed always false condition for #if expression
2009-02-06 11:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/estack.c
! added missing HB_STACK_TLS_PRELOAD

View File

@@ -68,8 +68,7 @@
# include <sys/stat.h>
# include <fcntl.h>
# include <signal.h>
#elif defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
( defined( HB_OS_WIN ) && !defined( HB_IO_WIN ) )
#elif defined( HB_OS_OS2 ) || ( defined( HB_OS_WIN ) && !defined( HB_IO_WIN ) )
# include <io.h>
# include <process.h>
# include <fcntl.h>