http://bugs.winehq.org/show_bug.cgi?id=17297
--- Comment #2 from Rob Shearman robertshearman@gmail.com 2009-02-09 08:55:40 --- Created an attachment (id=19349) --> (http://bugs.winehq.org/attachment.cgi?id=19349) Enhancement to widl to support unnamed arguments in functions
This patch adds the feature of being able to use unnamed arguments to widl. Certain aspects of it will be split up into separate commits (e.g. re-structuring of attributes rules and moving of void argument check to type_new_function) and certain parts of it need compatibility testing with MIDL and the freedce IDL compiler (e.g. where an empty attribute list is accepted, if at all), so this needs a bit more work. However, the patch allow IDL files with unnamed arguments to be used unmodified in widl to avoid having to change IDL files sourced from other projects.