2008-07-11 19:52 UTC+0200 JF Lefebvre (MAFACT) (jfl/at/mafact.com)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user