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