[PATCH] Add missing type to serialization & deserialization

Peter Dons Tychsen (none) donpedro at dhcppc4.
Fri Dec 28 22:55:48 CST 2007


---
 dlls/oleaut32/tmarshal.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/oleaut32/tmarshal.c b/dlls/oleaut32/tmarshal.c
index 6e5f494..9649705 100644
--- a/dlls/oleaut32/tmarshal.c
+++ b/dlls/oleaut32/tmarshal.c
@@ -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);
-- 
1.5.3.6


--=-BNK0QBQG0eKUJvVsyGGn--




More information about the wine-patches mailing list