2014-11-01 17:40 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br>
  * contrib/gtwvw/gtwvw.c
    ! in hb_gt_wvwDlgProcMLess change init of iType variable from NULL to
0. also inside WM_NCDESTROY init the variable s_pWvwData->s_sApp->iType[
iIndex ] with 0 insted of NULL
    ! in hb_gt_wvwDlgProcModal change init of iType variable from NULL to
0. also inside WM_NCDESTROY init the variable
s_pWvwData->s_sApp->iTypeModal[ iIndex ] with 0 insted of NULL
    ! in hb_gtInitStatics init the s_pWvwData->s_sApp->iTypeModal array and
s_pWvwData->s_sApp->iType array with 0 insted of NULL
    ! on hb_gt_wvw_Info change the variable ulLen in the
HB_GTI_CLIPBOARDDATA from ULONG to HB_SIZE
    ! in FindControlId changed return (UINT) NULL; to return (UINT) 0;
  * contrib/gtwvw/wvwedit.c
  * contrib/gtwvw/wvwpush.c
  * contrib/gtwvw/wvwstbar.c
  * contrib/gtwvw/wvwtbar.c
    ! Changed  GWL_WNDPROC to  GWLP_WNDPROC
    ! SetWindowLong to SetWindowLongPtr and (LONG) to (LONG_PTR)
  * contrib/gtwvw/wvwfuncs.c
    ! hb_retni( NULL ) -> hb_retni( 0 );
    ! hb_retnl( NULL ) -> hb_retnl( 0 );
  * contrib/gtwvw/hbgtwvw.h
    ! added some missing defines

2014-10-31 21:50 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br>
  * source/vm/fm.c
    ! ajusted typecasts in hb_xmemset and hb_xmemcpy ( ULONG  to HB_SIZE)
  * source/common/hbver.c
    ! updated to reflect new compiler based on harbour code
  * include/hbsetup.h
    include/hbdefs.h
    include/hbcompat.c
    ! added and updated some defines based on harbour code
  * source/rtl/hbzlib/gzguts.h
     ! added #include <unistd.h> when compiling in * nix ( unix and linux)
  * source/vm/consmt.c
    ! added HB_SYMBOL_UNUSED( uiIdleSleepMsec ); to HB_OS_UNIX  section of
hb_idle_releaseCPU function
  * source/vm/thread.c
    ! added #include <unistd.h> to HB_OS_UNIX define section
  * source/rtl/winos.prg
    ! Added OS_ISWIN81 and OS_ISWIN8 functions when compiling for *nix
platform
  * source/vm/inet.c
    ! adjusted inet.h position on include
  * source/tip/utils.c
    ! in function TIP_FILEMIMETYPE change HB_SIZE  iPos to HB_ISIZ  iPos
  * source/rtl/philes.c
    ! in FWRITE  adjusted to use hb_retns insted of hb_retnl( ( LONG )
since hb_fsWriteLarge return HB_SIZE type
  * source/rtl/hbcomprs.c
    ! Change static ULONG hb_zlibUncompressedSize to static HB_SIZE
hb_zlibUncompressedSize
    ! change ULONG to HB_SIZE where aplicable
  * source/rtl/direct.c
    ! removed unnecessary cast to HB_LONG for   szDrvDelim[ 0 ] assingment
  * config/linux/gcc.cf
    ! added -DMEMCPY_64BIT when targeting 64bits
  * include/cinterface.h
    ! removed unnecessary #include initguid.h for mingw

on gtwvw more to come soon to allow full compile  on 64bits
------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to