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