2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/ChangeLog
    * removed UTF-8 signature: 0xEF 0xBB 0xBF

  * harbour/source/rtl/gtwvt/gtwvt.c
    * converted TABs to SPACEs
This commit is contained in:
Przemyslaw Czerpak
2007-12-12 10:06:40 +00:00
parent cc63db17a4
commit e681d29ae0
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* $Id$
*/
@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
* removed UTF-8 signature: 0xEF 0xBB 0xBF
* harbour/source/rtl/gtwvt/gtwvt.c
* converted TABs to SPACEs
2007-12-12 10:46 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/idle.c
! fixed casting in hb_idleSleep() which truncated the fraction part

View File

@@ -93,8 +93,8 @@ static HB_GT_FUNCS SuperTable;
#define HB_GTWVT_GET(p) ( ( PHB_GTWVT ) HB_GTLOCAL( p ) )
static PHB_GTWVT s_wvtWindows[WVT_MAX_WINDOWS];
static int s_wvtCount = 0;
static PHB_GTWVT s_wvtWindows[WVT_MAX_WINDOWS];
static int s_wvtCount = 0;
static HANDLE s_hInstance;
static HANDLE s_hPrevInstance;
@@ -1321,7 +1321,7 @@ static void hb_gt_wvt_Exit( PHB_GT pGT )
pWVT->hWnd = NULL;
}
UnregisterClass( s_szAppName, ( HINSTANCE ) s_hInstance );
hb_gt_wvt_Free( pWVT );
hb_gt_wvt_Free( pWVT );
}
}