1
0
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:
Günther Deschner 2009-03-06 12:05:25 +01:00
parent 9bdca59fc5
commit 6aea116cf3

View File

@ -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;