2010-09-28 09:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/hbcom.c
    ! fixed typo in MS-Windows builds
This commit is contained in:
Przemyslaw Czerpak
2010-09-28 07:56:15 +00:00
parent 61854e0dda
commit 885664701c
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-09-28 09:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/hbcom.c
! fixed typo in MS-Windows builds
2010-09-28 08:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcom.ch
* updated few comments

View File

@@ -243,7 +243,7 @@ HB_FHANDLE hb_comGetDeviceHandle( int iPort )
#if defined( HB_HAS_TERMIOS )
hFile = pCom->fd;
#elif defined( HB_OS_WIN )
hFile = ( HB_FHANDLE ) pCom->hCom;
hFile = ( HB_FHANDLE ) pCom->hComm;
#elif defined( HB_OS_OS2 )
hFile = ( HB_FHANDLE ) pCom->hFile;
#endif