From b2925bd75d502843f5ffd9ba46eff280c214bd98 Mon Sep 17 00:00:00 2001 From: Jean-Francois Lefebvre Date: Fri, 11 Jul 2008 17:53:49 +0000 Subject: [PATCH] 2008-07-11 19:52 UTC+0200 JF Lefebvre (MAFACT) (jfl/at/mafact.com) --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/gtwvt/gtwvt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f2a425dcbf..3d90b2849a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +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() diff --git a/harbour/source/rtl/gtwvt/gtwvt.c b/harbour/source/rtl/gtwvt/gtwvt.c index 3c27fe029a..1805d3ca2f 100644 --- a/harbour/source/rtl/gtwvt/gtwvt.c +++ b/harbour/source/rtl/gtwvt/gtwvt.c @@ -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;