Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
484e8e28
Commit
484e8e28
authored
Sep 02, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the build without openldap headers.
parent
e8a316ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
misc.c
dlls/wldap32/misc.c
+8
-4
winldap_private.h
dlls/wldap32/winldap_private.h
+9
-4
No files found.
dlls/wldap32/misc.c
View file @
484e8e28
...
...
@@ -125,7 +125,8 @@ ULONG WLDAP32_ldap_count_references( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *res
return
ret
;
}
PCHAR
ldap_first_attributeA
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
BerElement
**
ptr
)
PCHAR
ldap_first_attributeA
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
WLDAP32_BerElement
**
ptr
)
{
PCHAR
ret
=
NULL
;
#ifdef HAVE_LDAP
...
...
@@ -143,7 +144,8 @@ PCHAR ldap_first_attributeA( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, BerEl
return
ret
;
}
PWCHAR
ldap_first_attributeW
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
BerElement
**
ptr
)
PWCHAR
ldap_first_attributeW
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
WLDAP32_BerElement
**
ptr
)
{
PWCHAR
ret
=
NULL
;
#ifdef HAVE_LDAP
...
...
@@ -211,7 +213,8 @@ ULONG WLDAP32_ldap_msgfree( WLDAP32_LDAPMessage *res )
return
ret
;
}
PCHAR
ldap_next_attributeA
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
BerElement
*
ptr
)
PCHAR
ldap_next_attributeA
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
WLDAP32_BerElement
*
ptr
)
{
PCHAR
ret
=
NULL
;
#ifdef HAVE_LDAP
...
...
@@ -229,7 +232,8 @@ PCHAR ldap_next_attributeA( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, BerEle
return
ret
;
}
PWCHAR
ldap_next_attributeW
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
BerElement
*
ptr
)
PWCHAR
ldap_next_attributeW
(
WLDAP32_LDAP
*
ld
,
WLDAP32_LDAPMessage
*
entry
,
WLDAP32_BerElement
*
ptr
)
{
PWCHAR
ret
=
NULL
;
#ifdef HAVE_LDAP
...
...
dlls/wldap32/winldap_private.h
View file @
484e8e28
...
...
@@ -43,6 +43,11 @@ typedef enum {
WLDAP32_LDAP_REFERRAL_LIMIT_EXCEEDED
=
0x61
}
LDAP_RETCODE
;
typedef
struct
berelement
{
PCHAR
opaque
;
}
WLDAP32_BerElement
;
#define LDAP_OPT_THREAD_FN_PTRS 0x05
#define LDAP_OPT_REBIND_FN 0x06
#define LDAP_OPT_REBIND_ARG 0x07
...
...
@@ -286,8 +291,8 @@ ULONG ldap_extended_operation_sA(WLDAP32_LDAP*,PCHAR,struct WLDAP32_berval*,PLDA
PCHAR
*
,
struct
WLDAP32_berval
**
);
ULONG
ldap_extended_operation_sW
(
WLDAP32_LDAP
*
,
PWCHAR
,
struct
WLDAP32_berval
*
,
PLDAPControlW
*
,
PLDAPControlW
*
,
PWCHAR
*
,
struct
WLDAP32_berval
**
);
PCHAR
ldap_first_attributeA
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
BerElement
**
);
PWCHAR
ldap_first_attributeW
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
BerElement
**
);
PCHAR
ldap_first_attributeA
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
WLDAP32_
BerElement
**
);
PWCHAR
ldap_first_attributeW
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
WLDAP32_
BerElement
**
);
WLDAP32_LDAPMessage
*
WLDAP32_ldap_first_entry
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
);
WLDAP32_LDAPMessage
*
WLDAP32_ldap_first_reference
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
);
PCHAR
ldap_get_dnA
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
);
...
...
@@ -319,8 +324,8 @@ ULONG ldap_modrdn2_sW(WLDAP32_LDAP*,PWCHAR,PWCHAR,INT);
ULONG
ldap_modrdn_sA
(
WLDAP32_LDAP
*
,
PCHAR
,
PCHAR
);
ULONG
ldap_modrdn_sW
(
WLDAP32_LDAP
*
,
PWCHAR
,
PWCHAR
);
ULONG
WLDAP32_ldap_msgfree
(
WLDAP32_LDAPMessage
*
);
PCHAR
ldap_next_attributeA
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
BerElement
*
);
PWCHAR
ldap_next_attributeW
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
BerElement
*
);
PCHAR
ldap_next_attributeA
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
WLDAP32_
BerElement
*
);
PWCHAR
ldap_next_attributeW
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
,
WLDAP32_
BerElement
*
);
WLDAP32_LDAPMessage
*
WLDAP32_ldap_next_entry
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
);
WLDAP32_LDAPMessage
*
WLDAP32_ldap_next_reference
(
WLDAP32_LDAP
*
,
WLDAP32_LDAPMessage
*
);
WLDAP32_LDAP
*
ldap_openA
(
PCHAR
,
ULONG
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment