[PATCH v2] dlls/wldap32: fix compilation in 32bit

Alexandre Julliard julliard at winehq.org
Fri Feb 4 04:15:11 CST 2022


Eric Pouech <eric.pouech at gmail.com> writes:

> 32 bit compilation has been broken by 8db1662d749991a77b8945c752ab024d2d6b1244
> (failing on C_ASSERT)
>
> v1 -> v2: fix typo
>
> Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
>
> ---
>  dlls/wldap32/libldap.c |   18 ++++++++++++++----
>  1 file changed, 14 insertions(+), 4 deletions(-)

Note that this is correct only if libldap was also built with _TIME_BITS=64.
Though looking at the OpenLDAP implementation we may be able to get away
with it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list