Commit b9d751d5 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

webservices: Ignore unimplemented struct options in the reader.

parent 6f048bbf
......@@ -3821,12 +3821,7 @@ static HRESULT read_type_struct( struct reader *reader, WS_TYPE_MAPPING mapping,
char *buf;
if (!desc) return E_INVALIDARG;
if (desc->structOptions)
{
FIXME( "struct options %08x not supported\n", desc->structOptions );
return E_NOTIMPL;
}
if (desc->structOptions) FIXME( "struct options %08x not supported\n", desc->structOptions );
switch (option)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment