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
This commit is contained in:
Eric Covener
2013-12-18 02:05:50 +00:00
parent ac4f08f0f6
commit 89054403cf

View File

@ -83,7 +83,7 @@
#define LDAP_DECLARE_DATA __declspec(dllimport)
#endif
#ifdef WIN32
#if APR_HAS_MICROSOFT_LDAPSDK
#define timeval l_timeval
#endif