Added entry for DirectSoundFullDuplexCreate.
[wine] / tools / widl /
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-17  Alexandre JulliardFix the type of the This pointer in the vtbl functions...
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-15  Ove KaavenInclude guiddef.h in widltypes.h.
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-30  Ove KaavenHandle encapsulated unions in a cleaner (and less buggy...
2002-11-24  Gerald PfeiferAvoid using labels at the end of commpound statements.
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-13  Alexandre JulliardMake sure widl doesn't depend on the headers it has...
2002-11-13  Alexandre JulliardMoved rpc.h inclusion in widl-generated file so that...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-08-10  Alexandre JulliardAdded explicit dependency on y.tab.h for lex output.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-25  Gerald Pfeifer#include <unistd.h> which is required for unlink().
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.