commit | 4cd506b8fd14ecc7ddc031001348149b31048100 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Fri Mar 31 12:45:43 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 31 17:35:04 2006 +0200 |
tree | 8b057b3fe3dcd2df3363d2e35b7e8ac715a2b16c | |
parent | 4edcf2de35e677f3d9eaf099e6286642f917c01e [diff] |
widl: The lval member of var_t is essentially a duplicate of eval->cval. - Generate eval's for enums that don't explicitly have one. This means that enums written in header files won't match exactly what has been put into the IDL file, but the numeric constat is the same and MIDL does a similar thing. - Replace constant lookups with eval->cval instead of lval.