mod_ldap: restrict a recent WIN32 change to only apply when the MS SDK is used.
Submitted by: covener:
Reviewed by: jim, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1555722 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_ldap: restrict a recent WIN32 change to only apply when the MS SDK is used
- trunk patch: http://svn.apache.org/r1551802
- 2.4.x patch: trunk works
- +1 covener, jim, trawick
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
#define LDAP_DECLARE_DATA __declspec(dllimport)
#endif
-#ifdef WIN32
+#if APR_HAS_MICROSOFT_LDAPSDK
#define timeval l_timeval
#endif