1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r14518: Support STANDARD_VISIBILITY property on binaries

(This used to be commit 2550f47030)
This commit is contained in:
Jelmer Vernooij 2006-03-17 15:38:22 +00:00 committed by Gerald (Jerry) Carter
parent 5790d73119
commit 02c4b98998
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,6 @@
- include line in Makefile
- rule in Makefile
- generate headermap.txt
- fix handling of dynconfig.o (causes too much recompiles for asn1_compile)
set of test scripts that check the code:
- configure_check_unused.pl

View File

@ -66,7 +66,8 @@ my $section_types = {
"PUBLIC_PROTO_HEADER" => "string",
"PUBLIC_HEADERS" => "list",
"EXTRA_CFLAGS" => "string"
"EXTRA_CFLAGS" => "string",
"STANDARD_VISIBILITY" => "string"
},
"LIBRARY" => {
"VERSION" => "string",

View File

@ -27,7 +27,7 @@
#include "librpc/rpc/dcerpc_table.h"
/* open a rpc connection to the chosen binding string */
NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx,
_PUBLIC_ NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx,
struct dcerpc_pipe **p,
const struct dcerpc_interface_table *table)
{