Huw Davies : widl: Add VT_DATE support to typelib generation.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 26 07:46:57 CST 2007


Module: wine
Branch: master
Commit: f994c35a3e1a9745369932eeb1e048cae25c89d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f994c35a3e1a9745369932eeb1e048cae25c89d7

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Jan 24 18:30:24 2007 +0000

widl: Add VT_DATE support to typelib generation.

---

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

diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c
index 6248c80..6ed9c2d 100644
--- a/tools/widl/write_msft.c
+++ b/tools/widl/write_msft.c
@@ -828,6 +828,7 @@ static int encode_type(
 	break;
 
     case VT_CY:
+    case VT_DATE:
 	*encoded_type = default_type;
 	*width = 8;
 	*alignment = 8;




More information about the wine-cvs mailing list