[Bug 48838] Fails to compile due to wrong #ifdef

WineHQ Bugzilla wine-bugs at winehq.org
Sat Mar 28 22:26:59 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48838

Dmitry Timoshkov <dmitry at baikal.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
            Version|unspecified                 |5.5

--- Comment #2 from Dmitry Timoshkov <dmitry at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list