Commit aa9f3e6e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wldap32: Get rid of wldap32.h.

parent 5a236e55
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment