2008-11-04 02:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/seconds.c
    + added #include <process.h> to OpenWatcom OS2 builds.
This commit is contained in:
Przemyslaw Czerpak
2008-11-04 01:11:25 +00:00
parent de26bf0591
commit 80eb21edc9
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-04 02:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/seconds.c
+ added #include <process.h> to OpenWatcom OS2 builds.
2008-11-04 02:08 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
* removed casting to void* thread startup function passed

View File

@@ -78,6 +78,9 @@
#if defined( HB_OS_OS2 )
#define BUFSIZE 16 * 1024
#include <unistd.h>
#if defined( __WATCOMC__ )
#include <process.h>
#endif
#endif
HB_EXPORT void hb_dateTimeStamp( LONG * plJulian, LONG * plMilliSec )