mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
idl: compile iremotewinspool.idl.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
a13c58574b
commit
ac5e69b868
@ -703,7 +703,7 @@ import "misc.idl", "security.idl", "winreg.idl", "spoolss.idl";
|
||||
|
||||
HRESULT winspool_SyncRegisterForRemoteNotifications(
|
||||
[in] PRINTER_HANDLE hPrinter,
|
||||
[in] winspool_PrintPropertiesCollectioni *pNotifyFilter,
|
||||
[in] winspool_PrintPropertiesCollection *pNotifyFilter,
|
||||
[out] RMTNTFY_HANDLE *phwinspool_Handle
|
||||
);
|
||||
|
||||
|
@ -14,7 +14,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
|
||||
smb2_lease_struct.idl
|
||||
policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
|
||||
fsrvp.idl bkupblobs.idl fscc.idl frsblobs.idl witness.idl clusapi.idl
|
||||
mdssvc.idl''',
|
||||
mdssvc.idl winspool.idl''',
|
||||
options='--header --ndr-parser --samba3-ndr-server --server --client --python',
|
||||
output_dir='../gen_ndr')
|
||||
|
||||
|
@ -120,6 +120,11 @@ bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS_BUF',
|
||||
deps='talloc'
|
||||
)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('NDR_WINSPOOL',
|
||||
source='gen_ndr/ndr_winspool.c',
|
||||
public_deps='ndr NDR_SPOOLSS'
|
||||
)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('NDR_PRINTCAP',
|
||||
source='gen_ndr/ndr_printcap.c',
|
||||
public_deps='ndr'
|
||||
@ -523,6 +528,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_SPOOLSS',
|
||||
public_deps='dcerpc-binding NDR_SPOOLSS'
|
||||
)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('RPC_NDR_WINSPOOL',
|
||||
source='gen_ndr/ndr_winspool_c.c',
|
||||
public_deps='dcerpc-binding NDR_WINSPOOL'
|
||||
)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('RPC_NDR_NBT',
|
||||
source='gen_ndr/ndr_nbt_c.c',
|
||||
public_deps='dcerpc-binding ndr_nbt'
|
||||
|
@ -80,7 +80,7 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
|
||||
NDR_FRSTRANS NDR_NFS4ACL NDR_NTP_SIGND NDR_DCOM NDR_WMI
|
||||
NDR_NAMED_PIPE_AUTH NDR_NTLMSSP NDR_DFSBLOBS NDR_DNSP
|
||||
NDR_NTPRINTING NDR_DNS NDR_BACKUPKEY NDR_PREG NDR_BKUPBLOBS NDR_FSCC
|
||||
NDR_FRSBLOBS NDR_CLUSAPI''',
|
||||
NDR_FRSBLOBS NDR_CLUSAPI NDR_WINSPOOL''',
|
||||
depends_on='GEN_NDR_TABLES'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user