wldap32: Mark internal symbols with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-25 19:09:54 +02:00 committed by Alexandre Julliard
parent bf60886fb9
commit b122ac9c07
2 changed files with 3 additions and 4 deletions

View File

@ -37,8 +37,6 @@
#include "winldap_private.h"
#include "wldap32.h"
extern HINSTANCE hwldap32;
WINE_DEFAULT_DEBUG_CHANNEL(wldap32);
ULONG map_error( int error )

View File

@ -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 */