Silence a warning for Windows build

This commit is contained in:
Howard Chu 2001-12-17 21:42:48 +00:00
parent 4ddb7c5730
commit b64a425755

View file

@ -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