https://bugs.winehq.org/show_bug.cgi?id=48838
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Version|unspecified |5.5
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to harry from comment #0)
-#ifdef HAVE_LDAP_H +#ifdef HAVE_LDAP
static int sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *interact ) { @@ -219,7 +219,7 @@ static int sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *intera #endif /* HAVE_SASL_SASL_H */ }
-#endif /* HAVE_LDAP_H */ +#endif /* HAVE_LDAP */
Thank you very much for reporting the bug and the proposed fix. I have to adimit that HAVE_LDAP_H vs HAVE_LDAP are a bit confising :)
Are you planning to send the patch to winehq for inclusion? If not I can do it on your behalf.