Add a stub dll for the System Event Notification Service.
[wine] / dlls / msi / msiquery.c
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21  Mike McCormackLock record in MsiViewExecute, move stubs to end.
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2003-10-30  Mike McCormackSome stub implementations.
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...