wldap32: Get rid of wldap32.h.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5a236e55c3
commit
aa9f3e6e96
|
@ -513,7 +513,6 @@ static inline char *strdupU( const char *src )
|
|||
return dst;
|
||||
}
|
||||
|
||||
#ifndef HAVE_LDAP
|
||||
static inline WCHAR *strdupW( const WCHAR *src )
|
||||
{
|
||||
WCHAR *dst;
|
||||
|
@ -1525,4 +1524,3 @@ static inline void vlvinfofreeU( LDAPVLVInfoU *info )
|
|||
RtlFreeHeap( GetProcessHeap(), 0, info->ldvlv_context );
|
||||
RtlFreeHeap( GetProcessHeap(), 0, info );
|
||||
}
|
||||
#endif
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue