mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r14518: Support STANDARD_VISIBILITY property on binaries
This commit is contained in:
parent
2cb96e08f3
commit
2550f47030
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user