From: Howard Chu Date: Mon, 17 Dec 2001 21:42:48 +0000 (+0000) Subject: Silence a warning for Windows build X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~642 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b64a425755e42c52c880989820419ff4225cbe1e;p=openldap Silence a warning for Windows build --- diff --git a/acconfig.h b/acconfig.h index 7da3594d4c..7e6de552ee 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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