Commit 1e1b29f8 authored by Peter Dons Tychsen's avatar Peter Dons Tychsen Committed by Alexandre Julliard

oleaut32: Add missing types to serialize/deserialize.

parent ec3448ff
......@@ -573,6 +573,7 @@ serialize_param(
return S_OK;
case VT_I8:
case VT_UI8:
case VT_R8:
case VT_CY:
hres = S_OK;
if (debugout) TRACE_(olerelay)("%x%x\n",arg[0],arg[1]);
......@@ -900,6 +901,7 @@ deserialize_param(
}
case VT_I8:
case VT_UI8:
case VT_R8:
case VT_CY:
if (readit) {
hres = xbuf_get(buf,(LPBYTE)arg,8);
......
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