webservices: Ignore unimplemented struct options in the reader.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6f048bbf0d
commit
b9d751d542
|
@ -3821,12 +3821,7 @@ static HRESULT read_type_struct( struct reader *reader, WS_TYPE_MAPPING mapping,
|
||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
if (!desc) return E_INVALIDARG;
|
if (!desc) return E_INVALIDARG;
|
||||||
|
if (desc->structOptions) FIXME( "struct options %08x not supported\n", desc->structOptions );
|
||||||
if (desc->structOptions)
|
|
||||||
{
|
|
||||||
FIXME( "struct options %08x not supported\n", desc->structOptions );
|
|
||||||
return E_NOTIMPL;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (option)
|
switch (option)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue