Add encoding for VT_R8.
[wine] / tools / widl / write_msft.c
2005-01-25  Huw DaviesAdd encoding for VT_R8.
2005-01-25  Huw DaviesAdd interface inheritance.
2005-01-24  Huw DaviesAdd referenced types that aren't already in the typelib.
2005-01-24  Huw DaviesFix handling of void.
2005-01-24  Huw DaviesAdd support for hidden and restricted function attributes.
2005-01-21  Huw DaviesBit 0x0200 always appears to be set in the typeinfo's
2005-01-21  Huw Davies[local] functions should not be written to the typelib.
2005-01-20  Huw DaviesBetter guid hash.
2005-01-20  Huw DaviesMIDL adds two sets of custom data to the library: one...
2005-01-19  Huw DaviesAdd propget and propput function attributes.
2005-01-19  Huw DaviesPad small strings out to eight bytes.
2005-01-18  Huw DaviesAdd a missing break to fix typeinfo version regression.
2005-01-17  Huw DaviesAdd VT_VARIANT support.
2005-01-14  Huw DaviesAdd support for BSTR default values.
2005-01-14  Huw DaviesAdd support for interface ptrs including the special...
2005-01-12  Huw DaviesBetter type encoding. (Interface ptrs still not there...
2005-01-11  Huw DaviesAdd help* attributes for typeinfos and functions.
2005-01-10  Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-10  Huw DaviesAdd support for optional arguments and some suppport...
2005-01-10  Huw DaviesAdd support for hidden, restricted and version attribut...
2005-01-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-06  Huw DaviesInitial support for typelib generation.