mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
spoolss: flag spoolss_FormInfo1 and 2 with [public,gensize].
Guenther
This commit is contained in:
parent
9bdca59fc5
commit
6aea116cf3
@ -1392,7 +1392,7 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
uint32 bottom;
|
||||
} spoolss_FormArea;
|
||||
|
||||
typedef struct {
|
||||
typedef [public,gensize] struct {
|
||||
spoolss_FormFlags flags;
|
||||
[relative] nstring *form_name;
|
||||
spoolss_FormSize size;
|
||||
@ -1405,7 +1405,7 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
SPOOLSS_FORM_STRING_TYPE_LANG_PAIR = 0x00000004
|
||||
} spoolss_FormStringType;
|
||||
|
||||
typedef struct {
|
||||
typedef [public,gensize] struct {
|
||||
spoolss_FormFlags flags;
|
||||
[relative] nstring *form_name;
|
||||
spoolss_FormSize size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user