2009-12-05 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbtpathy/tpunix.c
    ! Extra __WATCOM__ guard deleted.
This commit is contained in:
Viktor Szakats
2009-12-05 19:01:08 +00:00
parent 3cd8c194e3
commit 5802ccba95
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-05 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbtpathy/tpunix.c
! Extra __WATCOM__ guard deleted.
2009-12-05 09:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/hbide.prg
* contrib/hbide/projects/hbide.hbi
@@ -25,7 +29,7 @@
! Destroyed more Qt objects on exit.
* contrib/hbxbp/xbpstatusbar.prg
! Destruction of panels.
! Destruction of panels.
2009-12-05 18:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/hbide.prg

View File

@@ -269,7 +269,7 @@ HB_FUNC( __TP_ISCTS )
HB_FUNC( __TP_CTRLCTS )
{
#if !defined( CRTSCTS ) && defined( __WATCOMC__ )
#if !defined( CRTSCTS )
# define CRTSCTS 020000000000
#endif
struct termios options;