Is it intentional that the following section is commented in xbrowse ?
This produces an error when compiling xbrowse with an application. I uncommented and compile is OK , any side effects ?
PS : I am using an older version of xharbour because of a bug present as per copy to and still not corrected unfortunately
Thank you for your help
#ifdef __XHARBOUR__
#xtranslate hb_hKeyAt( <h>, <n> ) => hGetKeyAt( <h>, <n> )
#xtranslate hb_hValueAt( <h>, <n> ) => hGetValueAt( <h>, <n> )
#xtranslate hb_hCaseMatch( <h>, <n> ) => hSetCaseMatch( <h>, <n> )
#xtranslate hb_WildMatch( <a>, <b> [, <c> ] ) => WildMatch( <a>, <b> [, <c> ] )
#xtranslate HB_STRTOHEX( <c> ) => STRTOHEX( <c> )
#xtranslate HB_HEXTOSTR( <c> ) => HEXTOSTR( <c> )
#endif
#ifndef __XHARBOUR__
#xtranslate \<|[<x,...>]| => {|<x>|
#xcommand > [<*x*>] => } <x>
#endif