2008-11-03 17:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbthread.h
    * include <process.h> in OpenWatcom OS2 builds
This commit is contained in:
Przemyslaw Czerpak
2008-11-03 16:49:06 +00:00
parent 916688f3d9
commit cbfce0fc00
2 changed files with 8 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-03 17:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbthread.h
* include <process.h> in OpenWatcom OS2 builds
2008-11-03 14:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
* source/codepage/Makefile

View File

@@ -63,6 +63,10 @@
#elif defined( HB_OS_WIN_32 )
# include <windows.h>
# include <process.h>
#elif defined( HB_OS_WIN_OS2 )
# if defined( __WATCOMC__ )
# include <process.h>
# endif
#endif
HB_EXTERN_BEGIN