wined3d: Disable occlusion query support if the implementation has 0 counter bits.
[wine] / include / msi.h
2013-01-09  Hans Leidekkermsi: Implement MsiQueryFeatureStateExA/W.
2012-04-02  Hans Leidekkermsi: Implement MsiEnumComponentsEx.
2011-11-22  Michael Stefaniucinclude: Make some more "long" numeric constants LP64...
2011-07-07  Hans Leidekkermsi: Add a stub implementation of MsiDeterminePatchSequ...
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2010-09-07  Alexandre Julliardinclude: Move some included files outside of extern...
2010-09-02  Hans Leidekkermsi: Add stub implementations of MsiBeginTransaction...
2010-02-15  Hans Leidekkermsi: Implement and test MsiGetPatchInfoA/W.
2010-01-25  Hans Leidekkerinclude: Add some missing prototypes.
2009-09-02  Hans Leidekkermsi: Add a partial implementation of MsiDetermineApplic...
2009-05-01  Hans Leidekkermsi: Implement MsiApplyMultiplePatchesA/W.
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-12-15  James Hawkinsmsi: Add a stub implementation of MsiGetPatchInfoEx.
2008-12-08  James Hawkinsmsi: Add the MSIPATCHSTATE enumeration.
2008-12-08  James Hawkinsmsi: Fix the type of the last parameter of MsiEnumPatch...
2008-10-09  James Hawkinsmsi: Add a stub implementation of MsiDetermineApplicabl...
2008-10-07  Jacek Cabanmsi: Added MsiInstallMissingComponentW stub implementation.
2008-10-01  James Hawkinsmsi: Add a stub implementation of MsiDatabaseMerge.
2008-09-25  Louis Lendersmsi: Add stub for MsiSetExternalUIRecord.
2008-08-04  James Hawkinsmsi: Add a stub implementation of MsiEnumPatchesEx.
2008-03-20  James Hawkinsmsi: Fix the type of the ID parameter of MsiSourceListE...
2008-03-04  James Hawkinsmsi: Implement MsiGetProductInfoEx.
2008-03-01  James Hawkinsmsi: Add definitions for MsiEnumComponentCosts.
2008-02-26  James Hawkinsmsi: Implement MsiSourceListEnumMediaDisks.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
2008-02-15  Rob Shearmanmsi: Add stub implementation of MsiIsProductElevatedA/W.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-08-06  Francois Gougetmsi: Fix the MsiEnumProductsEx*(), MsiQueryComponentSta...
2007-08-06  Francois Gougetmsi: MsiProvideComponentFromDescriptorA/W() is not...
2007-06-26  James Hawkinsmsi: Add a stub implementation of MsiQueryComponentStateA.
2007-06-18  James Hawkinsmsi: Implement MsiApplyPatchW.
2006-10-09  James Hawkinsmsi: Add missing declarations to the public headers.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-02  Mike McCormackStub implementation for MsiAdvertiseScriptA/W.
2005-11-02  Mike McCormackStub implementation for MsiGetFileHashA/W.
2005-09-20  Mike McCormackAdd INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.
2005-09-16  Mike McCormackFix the stub for MsiConfigureFeature.
2005-09-06  Aric StewartAdded stub implementations for MsiEnumPatchesA/W.
2005-09-06  Mike McCormackAdd the INSTALLMODE enumeration.
2005-08-10  Vincent BéronUse #include "foo.h" for including Windows headers...
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartRemove some duplicate prototypes and reformat the Sourc...
2005-07-11  Aric StewartAdd the string constants located in msi.h and make...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-02-10  Mike McCormackUpdate headers, add MsiGetUserInfoA stub implementation.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-19  Mike McCormackAdded definition for the USERINFOSTATE enumeration.
2005-01-06  Mike McCormackDeclare more functions.
2005-01-04  Mike McCormackAdded some extra functions.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-07-29  Vincent BéronImplement patching in msiexec.
2004-07-23  Vincent BéronImplement logging in msiexec.
2004-07-23  Vincent BéronImplement the UI level change part of msiexec.
2004-07-23  Vincent BéronImplement the advertise part of msiexec.
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-06-26  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-04-28  Raphael Junqueira- add some prototypes/typedefs to msi.h
2004-03-15  Mike McCormackDeclare MsiGetProductPropertyA/W.
2003-12-01  Mike McCormackDeclare some MSI functions.
2003-11-05  Mike McCormackMove and correct the MSIDBOPEN defines.
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-10-30  Mike McCormackSome stub implementations.
2003-09-27  Mike McCormackAdded AW defines to msi.h and msiquery.h.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...