adsldp: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-10 18:59:28 +10:00 committed by Alexandre Julliard
parent 314f113cba
commit ba0841defa

View file

@ -47,9 +47,9 @@ struct attribute_type
int single_value;
};
DWORD map_ldap_error(DWORD) DECLSPEC_HIDDEN;
struct attribute_type *load_schema(LDAP *ld, ULONG *, ULONG *) DECLSPEC_HIDDEN;
ADSTYPEENUM get_schema_type(const WCHAR *, const struct attribute_type *, ULONG, ULONG) DECLSPEC_HIDDEN;
void free_attribute_types(struct attribute_type *, ULONG) DECLSPEC_HIDDEN;
DWORD map_ldap_error(DWORD);
struct attribute_type *load_schema(LDAP *ld, ULONG *, ULONG *);
ADSTYPEENUM get_schema_type(const WCHAR *, const struct attribute_type *, ULONG, ULONG);
void free_attribute_types(struct attribute_type *, ULONG);
#endif