2008-07-11 19:52 UTC+0200 JF Lefebvre (MAFACT) (jfl/at/mafact.com)

This commit is contained in:
Jean-Francois Lefebvre
2008-07-11 17:53:49 +00:00
parent 0dc48d4a90
commit b2925bd75d
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-11 19:52 UTC+0200 JF Lefebvre (MAFACT) (jfl/at/mafact.com)
* harbour/source/rtl/gtwvt/gtwvt.c
* Reversed my change LONG_PTR to LONG but to HB_LONG type for 64 bit compatibility
2008-07-11 19:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/files.c
* changed SETFATTR() to use hb_fsSetAttr()

View File

@@ -2168,7 +2168,7 @@ static BOOL hb_gt_wvt_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
BOOL bNewValue = hb_itemGetL( pInfo->pNewVal );
if( bNewValue != pWVT->bResizable )
{
LONG style;
HB_LONG style;
pWVT->bResizable = bNewValue;