mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3-build: only include generated spoolss headers (not ndr headers).
Guenther
This commit is contained in:
parent
ce85181430
commit
84a8f0451d
@ -2046,8 +2046,6 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip
|
||||
ADS_STATUS ads_guess_service_principal(ADS_STRUCT *ads,
|
||||
char **returned_principal);
|
||||
|
||||
#include "librpc/gen_ndr/ndr_spoolss.h"
|
||||
|
||||
/* The following definitions come from librpc/ndr/util.c */
|
||||
|
||||
enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r);
|
||||
|
@ -201,6 +201,7 @@ typedef union unid_t {
|
||||
#include "librpc/gen_ndr/epmapper.h"
|
||||
#include "librpc/gen_ndr/krb5pac.h"
|
||||
#include "librpc/gen_ndr/dcerpc.h"
|
||||
#include "librpc/gen_ndr/spoolss.h"
|
||||
|
||||
struct lsa_dom_info {
|
||||
bool valid;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "reg_util_internal.h"
|
||||
#include "reg_backend_db.h"
|
||||
#include "reg_objects.h"
|
||||
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_REGISTRY
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_client/init_spoolss.h"
|
||||
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
||||
|
||||
/*******************************************************************
|
||||
********************************************************************/
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "srv_spoolss_util.h"
|
||||
#include "../librpc/gen_ndr/ndr_spoolss.h"
|
||||
#include "../librpc/gen_ndr/srv_winreg.h"
|
||||
#include "../librpc/gen_ndr/cli_winreg.h"
|
||||
#include "../librpc/gen_ndr/ndr_security.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user