Hi Viktor,

We have in xhb.ch:

   #xtranslate __Keyboard([<x,...>])           => xhb__Keyboard(<x>)
   #xtranslate __CopyFile([<x,...>])           => xhb_CopyFile(<x>)

   #xtranslate Subscribe( <x,...> )            => xhb_mutexSubscribe( <x> )
   #xtranslate SubscribeNow( <x,...> )         => xhb_mutexSubscribeNow( <x> )
   #xtranslate StartThread( <x,...> )          => xhb_startThread( <x> )

I understand why we have 1-st two PP rules (it's name conflict between
core functions) but why we have the last 3 ones?

We do not used to clean name space adding different xHarbour functions
to XHB library so why above three functions are exception?
I would like to remove them and rename functions in xhbmk.prg with
some other cleanup.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to