mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
MSVC compatibility
This commit is contained in:
parent
e260fd1c2e
commit
deea7b5530
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
#if defined( HAVE_NT_THREADS )
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
|
||||
#include "ldap_pvt_thread.h" /* Get the thread interface */
|
||||
#define LDAP_THREAD_IMPLEMENTATION
|
||||
#include "ldap_thr_debug.h" /* May rename the symbols defined below */
|
||||
|
|
|
|||
Loading…
Reference in a new issue