14 Sep
2017
14 Sep
'17
6 p.m.
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