Skip to content
Snippets Groups Projects
Commit b64a4257 authored by Howard Chu's avatar Howard Chu
Browse files

Silence a warning for Windows build

parent 4ddb7c57
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment