Hi Przemek,

> >   ; TOFIX: - hbwhat/wincore.prg
> >            - xhb/cstruct.prg
> >            Needs reviewing and either mutex protection
> >            for STATICs or conversion to THREAD STATIC.
>
> Simple conversion to THREAD STATIC cannot be used in xhb/cstruct.prg.
> because this code registers new classes which should be global to HVM.
> Looks that it's necessary to use both. Mutex protection for static
> variables except s_aActiveStructure which should be THREAD STATIC.
> But I would like to leave this modifications to someone who use this
> code.


Okay, committed up to this point. Rest should indeed be fixed
by a real user. Same for wincore.prg.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to