wldap32: Add ldap_set_dbg_flags stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54663
This commit is contained in:
Alex Henrie 2023-03-11 15:17:18 -07:00 committed by Alexandre Julliard
parent a7b49b0e86
commit 6ed4a2e40e
2 changed files with 10 additions and 1 deletions

View file

@ -446,6 +446,15 @@ ULONG CDECL WLDAP32_ldap_result( LDAP *ld, ULONG msgid, ULONG all, struct l_time
return ret;
}
/***********************************************************************
* ldap_set_dbg_flags (WLDAP32.@)
*/
ULONG CDECL ldap_set_dbg_flags( ULONG flags )
{
FIXME( "(0x%lx) stub\n", flags );
return 0;
}
/***********************************************************************
* LdapUnicodeToUTF8 (WLDAP32.@)
*/

View file

@ -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)