From 4c9438f207537ccceb191e35c2648a84e0306458 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 6 Feb 2009 10:47:56 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/hbproces.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 88f933bc1e..a337e7fe75 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/source/rtl/hbproces.c b/harbour/source/rtl/hbproces.c index ac51c74937..95b4bf6bf1 100644 --- a/harbour/source/rtl/hbproces.c +++ b/harbour/source/rtl/hbproces.c @@ -68,8 +68,7 @@ # include # include # include -#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 # include # include