Commit b97a22fb authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

wldap32: Remove DECLSPEC_HIDDEN usage.

parent 4961e898
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(wldap32); WINE_DEFAULT_DEBUG_CHANNEL(wldap32);
extern HINSTANCE hwldap32 DECLSPEC_HIDDEN; extern HINSTANCE hwldap32;
ULONG map_error( int error ) ULONG map_error( int error )
{ {
......
...@@ -560,7 +560,7 @@ struct WLDAP32_berval ** CDECL ldap_get_values_lenA( LDAP *, LDAPMessage *, ...@@ -560,7 +560,7 @@ struct WLDAP32_berval ** CDECL ldap_get_values_lenA( LDAP *, LDAPMessage *,
struct WLDAP32_berval ** CDECL ldap_get_values_lenW( LDAP *, LDAPMessage *, struct WLDAP32_berval ** CDECL ldap_get_values_lenW( LDAP *, LDAPMessage *,
WCHAR * ) __WINE_DEALLOC(WLDAP32_ldap_value_free_len); 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 ) static inline char *strWtoU( const WCHAR *str )
{ {
......
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