projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662838d
)
Fixed some Windows warnings.
author
Guenter Knauf
<fuankg@apache.org>
Sun, 7 Jul 2013 16:57:16 +0000
(16:57 +0000)
committer
Guenter Knauf
<fuankg@apache.org>
Sun, 7 Jul 2013 16:57:16 +0000
(16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1500483
13f79535
-47bb-0310-9956-
ffa450edef68
include/util_ldap.h
patch
|
blob
|
history
diff --git
a/include/util_ldap.h
b/include/util_ldap.h
index 3d5faed965c79e6d0a2dc36321d9c544b7f4f518..5cf9d519d2c294a328f91381d0ae2eaebcaadaf2 100644
(file)
--- 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