mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Should use right define HAVE_NT_THREADS...
This commit is contained in:
parent
61e8984d7a
commit
07a03d2245
1 changed files with 1 additions and 4 deletions
|
|
@ -469,10 +469,7 @@ pthread_cond_broadcast( pthread_cond_t *cv )
|
|||
}
|
||||
|
||||
|
||||
#elif defined( HAVE_NT_MULTITHREADS )
|
||||
|
||||
#include <process.h>
|
||||
#include <winsock2.h>
|
||||
#elif defined( HAVE_NT_THREADS )
|
||||
|
||||
int
|
||||
pthread_attr_init( pthread_attr_t *attr )
|
||||
|
|
|
|||
Loading…
Reference in a new issue