Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d09c8a89
Commit
d09c8a89
authored
Aug 11, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some missing LDAP definitions.
parent
779f4d00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
winldap.h
include/winldap.h
+10
-0
No files found.
include/winldap.h
View file @
d09c8a89
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_WINLDAP_H
#define __WINE_WINLDAP_H
typedef
enum
{
LDAP_SUCCESS
=
0x00
,
LDAP_OPERATIONS_ERROR
=
0x01
,
...
...
@@ -106,6 +109,8 @@ typedef struct berelement
#define LDAP_OPT_THREAD_FN_PTRS 0x05
#define LDAP_OPT_REBIND_FN 0x06
#define LDAP_OPT_REBIND_ARG 0x07
#define LDAP_OPT_REFERRALS 0x08
#define LDAP_OPT_RESTART 0x09
#define LDAP_OPT_SSL 0x0a
#define LDAP_OPT_IO_FN_PTRS 0x0b
#define LDAP_OPT_CACHE_FN_PTRS 0x0d
...
...
@@ -146,6 +151,9 @@ typedef struct berelement
#define LDAP_OPT_SECURITY_CONTEXT 0x99
#define LDAP_OPT_ROOTDSE_CACHE 0x9a
#define LDAP_OPT_ON ((void *)1)
#define LDAP_OPT_OFF ((void *)0)
#define LDAP_VERSION1 1
#define LDAP_VERSION2 2
#define LDAP_VERSION3 3
...
...
@@ -615,3 +623,5 @@ ULONG LdapGetLastError(void);
ULONG
LdapMapErrorToWin32
(
ULONG
);
int
LdapUnicodeToUTF8
(
LPCWSTR
,
int
,
LPSTR
,
int
);
int
LdapUTF8ToUnicode
(
LPCSTR
,
int
,
LPWSTR
,
int
);
#endif
/* __WINE_WINLDAP_H */
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