mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Silence a warning for Windows build
This commit is contained in:
parent
4ddb7c5730
commit
b64a425755
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@
|
|||
#ifdef _WIN32
|
||||
/* don't suck in all of the win32 api */
|
||||
# define WIN32_LEAN_AND_MEAN 1
|
||||
|
||||
# define sleep _sleep
|
||||
#endif
|
||||
|
||||
#ifndef LDAP_NEEDS_PROTOTYPES
|
||||
|
|
|
|||
Loading…
Reference in a new issue