From cbfce0fc0053c05beb173ccaaf8ced7369aa9938 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 3 Nov 2008 16:49:06 +0000 Subject: [PATCH] 2008-11-03 17:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * include in OpenWatcom OS2 builds --- harbour/ChangeLog | 4 ++++ harbour/include/hbthread.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d8ff265fec..6ae37f004c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 in OpenWatcom OS2 builds + 2008-11-03 14:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile diff --git a/harbour/include/hbthread.h b/harbour/include/hbthread.h index c246f7d4e4..82a62ebf79 100644 --- a/harbour/include/hbthread.h +++ b/harbour/include/hbthread.h @@ -63,6 +63,10 @@ #elif defined( HB_OS_WIN_32 ) # include # include +#elif defined( HB_OS_WIN_OS2 ) +# if defined( __WATCOMC__ ) +# include +# endif #endif HB_EXTERN_BEGIN