Mike McCormack : widl: Add support for VT_I8 and VT_UI8 to msft typelibs.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 14 04:13:18 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 1d453ab55139fe1481eb78640966ecd7fa3d73b3
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=1d453ab55139fe1481eb78640966ecd7fa3d73b3

Author: Mike McCormack <mike at codeweavers.com>
Date:   Thu Apr 13 20:06:53 2006 +0900

widl: Add support for VT_I8 and VT_UI8 to msft typelibs.

---

 tools/widl/write_msft.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c
index 2af7d66..0305160 100644
--- a/tools/widl/write_msft.c
+++ b/tools/widl/write_msft.c
@@ -750,6 +750,8 @@ static int encode_type(
 	break;
 
     case VT_R8:
+    case VT_I8:
+    case VT_UI8:
 	*encoded_type = default_type;
 	*width = 8;
 	*alignment = 8;




More information about the wine-cvs mailing list