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

webservices: Handle WS_XML_BUFFER_TYPE in get_field_read_option().

parent c9b68daf
......@@ -6184,6 +6184,7 @@ static WS_READ_OPTION get_field_read_option( WS_TYPE type, ULONG options )
case WS_BYTES_TYPE:
case WS_XML_STRING_TYPE:
case WS_XML_QNAME_TYPE:
case WS_XML_BUFFER_TYPE:
case WS_STRUCT_TYPE:
case WS_ENUM_TYPE:
case WS_UNION_TYPE:
......
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