Module: wine Branch: master Commit: 4339f9edfbcacfc45c7e76ecf1af98997886e83c URL: http://source.winehq.org/git/wine.git/?a=commit;h=4339f9edfbcacfc45c7e76ecf1...
Author: Rob Shearman robertshearman@gmail.com Date: Sat Nov 7 15:54:56 2009 +0100
widl: Implement __int3264 keyword.
---
tools/widl/expr.c | 6 ++- tools/widl/header.c | 1 + tools/widl/parser.l | 1 + tools/widl/parser.y | 4 +- tools/widl/typegen.c | 177 +++++++++++++++++++++++------------------------ tools/widl/typelib.c | 15 ++++ tools/widl/typelib.h | 3 + tools/widl/widltypes.h | 1 + 8 files changed, 116 insertions(+), 92 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4339f9edfbcacfc45c7e76...