Issue #2399 - Fix LDAP on Linux.

This commit is contained in:
Jeremy Andrews 2023-12-01 19:01:18 -06:00 committed by roytam1
commit 54874de6d4
5 changed files with 27 additions and 25 deletions

View file

@ -40,10 +40,6 @@
#ifndef _LDAP_PLATFORM_H
#define _LDAP_PLATFORM_H
#ifdef __cplusplus
extern "C" {
#endif
#if defined (WIN32) || defined (_WIN32) || defined( _CONSOLE )
#include <windows.h>
# if defined( _WINDOWS )
@ -74,6 +70,10 @@ extern "C" {
#include <sys/select.h>
#endif /* XP_OS2 */
#ifdef __cplusplus
extern "C" {
#endif
/*
* LDAP_API macro definition:
*/