2009-01-19 12:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbproces.c
! include signal.h in all *nixes builds - it was my typo and not only
Darwin needs it.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-01-19 12:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/hbproces.c
|
||||
! include signal.h in all *nixes builds - it was my typo and not only
|
||||
Darwin needs it.
|
||||
|
||||
2009-01-18 22:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/hbgtcore.c
|
||||
! fixed UNSELECTED color updating in SetColor(). It should be changed
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
# include <sys/wait.h>
|
||||
# include <sys/stat.h>
|
||||
# include <fcntl.h>
|
||||
# include <signal.h>
|
||||
#elif defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
|
||||
( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )
|
||||
# include <io.h>
|
||||
@@ -74,10 +75,6 @@
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#if defined( HB_OS_DARWIN )
|
||||
# include <signal.h>
|
||||
#endif
|
||||
|
||||
#if defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
|
||||
( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user