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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user