Commit 6aaf2af5 authored by Benjamin Arai's avatar Benjamin Arai Committed by Alexandre Julliard

oleaut32: Updated conformance test return string for VT_RESERVED.

parent d4c35ae0
......@@ -210,7 +210,7 @@ static const char *vtstr(int x)
case 0x4000:
return "VT_BYREF";
case 0x8000:
return "VT_BYREF";
return "VT_RESERVED";
case 0xFFFF:
return "VT_ILLEGAL";
......
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