Andi

I was thinking of same patch, but i can only commit tonight

Regards
Luiz

2012/8/2 Andi Jahja <andi.ja...@yahoo.co.id>

> Luiz,
>
> Did you find a solution yet?
> If not, the following patch may work (it's also OK in Windows)
>
> -----
> #if 0
>    #ifdef HB_THREAD_SUPPORT
>       HB_CRITICAL_T  mtxWorkArea;      /* Mutex */
>       BOOL           fMtLockInit;      /* Lock initialized */
>       HB_COUNTER     ulCounter;
>    #endif
> #else
>    #if defined( HB_THREAD_SUPPORT )
>       HB_CRITICAL_T  mtxWorkArea;   /* Mutex */
>    #else
>       ULONG          mtxWorkArea;   /* Mutex - Fake */
>    #endif
>    BOOL           fMtLockInit;         /* Lock initialized */
>    HB_COUNTER     ulCounter;
> #endif
>
> -----
>
> Andi
>
> On Thu, 2 Aug 2012 06:45:55 -0300
> "Luiz Rafael" <l...@xharbour.com.br> wrote:
>
> > Andy
> >
> > I read, it should give same error on compiling under windows since
> > CRITICAL_SECTION is not defined
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to