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

spoolss: make spoolss_DriverDirectoryInfo1 public and gensize.

Guenther
This commit is contained in:
Günther Deschner 2009-02-19 01:46:49 +01:00
parent 8dbb1d63e5
commit 05a0bcc056

View File

@ -905,7 +905,7 @@ import "misc.idl", "security.idl", "winreg.idl";
/******************/
/* Function: 0x0c */
typedef struct {
typedef [public,gensize] struct {
nstring directory_name;
} spoolss_DriverDirectoryInfo1;