From 89054403cfa81429c183681515ad732daa289954 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 18 Dec 2013 02:05:50 +0000 Subject: [PATCH] change r1500483 to only be enabled when building against the MS LDAP SDK. Guenter, please verify this still works for you. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551802 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util_ldap.h b/include/util_ldap.h index 5cf9d519d2..1dc0ee2bd1 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -83,7 +83,7 @@ #define LDAP_DECLARE_DATA __declspec(dllimport) #endif -#ifdef WIN32 +#if APR_HAS_MICROSOFT_LDAPSDK #define timeval l_timeval #endif -- 2.40.0