Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b122ac9c
Commit
b122ac9c
authored
May 25, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wldap32: Mark internal symbols with hidden visibility.
parent
bf60886f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
error.c
dlls/wldap32/error.c
+0
-2
wldap32.h
dlls/wldap32/wldap32.h
+3
-2
No files found.
dlls/wldap32/error.c
View file @
b122ac9c
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
#include "winldap_private.h"
#include "winldap_private.h"
#include "wldap32.h"
#include "wldap32.h"
extern
HINSTANCE
hwldap32
;
WINE_DEFAULT_DEBUG_CHANNEL
(
wldap32
);
WINE_DEFAULT_DEBUG_CHANNEL
(
wldap32
);
ULONG
map_error
(
int
error
)
ULONG
map_error
(
int
error
)
...
...
dlls/wldap32/wldap32.h
View file @
b122ac9c
...
@@ -18,7 +18,9 @@
...
@@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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
/* A set of helper functions to convert LDAP data structures
* to and from ansi (A), wide character (W) and utf8 (U) encodings.
* to and from ansi (A), wide character (W) and utf8 (U) encodings.
...
@@ -854,5 +856,4 @@ static inline void sortkeyarrayfreeU( LDAPSortKey **sortkeyarray )
...
@@ -854,5 +856,4 @@ static inline void sortkeyarrayfreeU( LDAPSortKey **sortkeyarray )
HeapFree
(
GetProcessHeap
(),
0
,
sortkeyarray
);
HeapFree
(
GetProcessHeap
(),
0
,
sortkeyarray
);
}
}
}
}
#endif
/* HAVE_LDAP */
#endif
/* HAVE_LDAP */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment