mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #2399 - Fix LDAP on Linux.
This commit is contained in:
parent
dc253ce953
commit
54874de6d4
5 changed files with 27 additions and 25 deletions
|
|
@ -51,10 +51,6 @@
|
|||
#ifndef _LBERINT_H
|
||||
#define _LBERINT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
|
@ -115,6 +111,10 @@ extern "C" {
|
|||
|
||||
#include "lber.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#define NSLDAPI_LBER_SOCKET_IS_PTR
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue