2010-10-13 21:52 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/src/rtl/gtstd/gtstd.c
* code cleanup to make some compilers happy
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-10-13 21:52 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/src/rtl/gtstd/gtstd.c
|
||||
* code cleanup to make some compilers happy
|
||||
|
||||
2010-10-13 19:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
* pgsql version.
|
||||
|
||||
@@ -399,10 +399,7 @@ static int hb_gt_std_ReadKey( PHB_GT pGT, int iEventMask )
|
||||
{
|
||||
HB_BYTE bChar;
|
||||
if( hb_fsRead( pGTSTD->hStdin, &bChar, 1 ) == 1 )
|
||||
{
|
||||
ch = pGTSTD->keyTransTbl[ bChar ];
|
||||
exit;
|
||||
}
|
||||
}
|
||||
else /* Remove from the input queue */
|
||||
ReadConsoleInput( ( HANDLE ) hb_fsGetOsHandle( pGTSTD->hStdin ), &ir, 1, &dwEvents );
|
||||
|
||||
Reference in New Issue
Block a user