wldap32: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-29 18:15:52 +10:00 committed by Alexandre Julliard
parent 4961e89875
commit b97a22fb1c
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(wldap32);
extern HINSTANCE hwldap32 DECLSPEC_HIDDEN;
extern HINSTANCE hwldap32;
ULONG map_error( int error )
{

View file

@ -560,7 +560,7 @@ struct WLDAP32_berval ** CDECL ldap_get_values_lenA( LDAP *, LDAPMessage *,
struct WLDAP32_berval ** CDECL ldap_get_values_lenW( LDAP *, LDAPMessage *,
WCHAR * ) __WINE_DEALLOC(WLDAP32_ldap_value_free_len);
ULONG map_error( int ) DECLSPEC_HIDDEN;
ULONG map_error( int );
static inline char *strWtoU( const WCHAR *str )
{