2008-10-23 04:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtwvt/gtwvt.c
* removed unnecessary initialization
* harbour/contrib/hbct/screen2.c
* removed unused variable
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-23 04:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/gtwvt/gtwvt.c
|
||||
* removed unnecessary initialization
|
||||
|
||||
* harbour/contrib/hbct/screen2.c
|
||||
* removed unused variable
|
||||
|
||||
2008-10-23 04:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/gtapi.c
|
||||
* LOCK/UNLOCK GT in hb_gtBeginWrite()/hb_gtEndWrite()
|
||||
|
||||
@@ -403,7 +403,7 @@ HB_FUNC( STRSCREEN )
|
||||
HB_FUNC( _HB_CTDSPTIME )
|
||||
{
|
||||
SHORT sRow, sCol;
|
||||
int iColor, iLen, i;
|
||||
int iColor, iLen;
|
||||
char szTime[ 10 ];
|
||||
|
||||
sRow = ( SHORT ) hb_parni( 1 );
|
||||
|
||||
@@ -1554,7 +1554,7 @@ static BOOL hb_gt_wvt_ValidWindowSize( HWND hWnd, int rows, int cols, HFONT hFon
|
||||
|
||||
static HWND hb_gt_wvt_CreateWindow( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow )
|
||||
{
|
||||
HWND hWnd = ( HWND ) 0;
|
||||
HWND hWnd;
|
||||
LPTSTR szAppName;
|
||||
|
||||
HB_SYMBOL_UNUSED( hPrevInstance );
|
||||
|
||||
Reference in New Issue
Block a user