[PATCH v2 2/2] secur32: Protect SSLRead/Write with cs on OSX

Jacek Caban jacek at codeweavers.com
Thu Sep 14 13:00:15 CDT 2017


Hi Anton,

On 14.09.2017 18:30, Anton Romanov wrote:
> @@ -742,6 +743,9 @@ BOOL schan_imp_create_session(schan_imp_session *session, schan_credentials *cre
>      if (!s)
>          return FALSE;
>  
> +    InitializeCriticalSection(&s->cs);
> +    DEBUG_SET_CRITSEC_NAME(&s->cs, "schannel_session");


AFAICS this won't compile, this macro is not defined. If you don't have
Mac to test, that's fine. I will fix it and test for you.


Jacek




More information about the wine-devel mailing list