mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 13:43:16 +00:00
wldap32: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
bf60886fb9
commit
b122ac9c07
@ -37,8 +37,6 @@
|
||||
#include "winldap_private.h"
|
||||
#include "wldap32.h"
|
||||
|
||||
extern HINSTANCE hwldap32;
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wldap32);
|
||||
|
||||
ULONG map_error( int error )
|
||||
|
@ -18,7 +18,9 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
ULONG map_error( int );
|
||||
extern HINSTANCE hwldap32 DECLSPEC_HIDDEN;
|
||||
|
||||
ULONG map_error( int ) DECLSPEC_HIDDEN;
|
||||
|
||||
/* A set of helper functions to convert LDAP data structures
|
||||
* to and from ansi (A), wide character (W) and utf8 (U) encodings.
|
||||
@ -854,5 +856,4 @@ static inline void sortkeyarrayfreeU( LDAPSortKey **sortkeyarray )
|
||||
HeapFree( GetProcessHeap(), 0, sortkeyarray );
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* HAVE_LDAP */
|
||||
|
Loading…
x
Reference in New Issue
Block a user