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
6ed4a2e4
Commit
6ed4a2e4
authored
Mar 11, 2023
by
Alex Henrie
Committed by
Alexandre Julliard
Mar 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wldap32: Add ldap_set_dbg_flags stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54663
parent
a7b49b0e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
misc.c
dlls/wldap32/misc.c
+9
-0
wldap32.spec
dlls/wldap32/wldap32.spec
+1
-1
No files found.
dlls/wldap32/misc.c
View file @
6ed4a2e4
...
...
@@ -447,6 +447,15 @@ ULONG CDECL WLDAP32_ldap_result( LDAP *ld, ULONG msgid, ULONG all, struct l_time
}
/***********************************************************************
* ldap_set_dbg_flags (WLDAP32.@)
*/
ULONG
CDECL
ldap_set_dbg_flags
(
ULONG
flags
)
{
FIXME
(
"(0x%lx) stub
\n
"
,
flags
);
return
0
;
}
/***********************************************************************
* LdapUnicodeToUTF8 (WLDAP32.@)
*/
int
CDECL
LdapUnicodeToUTF8
(
const
WCHAR
*
src
,
int
srclen
,
char
*
dst
,
int
dstlen
)
...
...
dlls/wldap32/wldap32.spec
View file @
6ed4a2e4
...
...
@@ -185,7 +185,7 @@
195 cdecl ldap_search_ext_s(ptr str long str ptr long ptr ptr ptr long ptr) ldap_search_ext_sA
196 cdecl ldap_search_ext_sA(ptr str long str ptr long ptr ptr ptr long ptr)
197 cdecl ldap_escape_filter_element(str long ptr long) ldap_escape_filter_elementA
198
stub ldap_set_dbg_flags
198
cdecl ldap_set_dbg_flags(long)
199 stub ldap_set_dbg_routine
200 cdecl ldap_memfree(ptr) ldap_memfreeA
201 cdecl ldap_startup(ptr ptr)
...
...
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