From: Guenter Knauf Date: Sun, 7 Jul 2013 16:57:16 +0000 (+0000) Subject: Fixed some Windows warnings. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03dc21d861665b49dca2b63afa061cee8888fce8;p=thirdparty%2Fapache%2Fhttpd.git Fixed some Windows warnings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_ldap.h b/include/util_ldap.h index 3d5faed965c..5cf9d519d2c 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -83,6 +83,10 @@ #define LDAP_DECLARE_DATA __declspec(dllimport) #endif +#ifdef WIN32 +#define timeval l_timeval +#endif + #ifdef __cplusplus extern "C" { #endif