shell32: Update for simplified Chinese translation.
[wine] / dlls / advpack /
2006-01-03  Markus Amsleradvpack: Make DoInfInstall return an HRESULT.
2006-01-03  Markus Amsleradvpack: Fix LaunchInfSection[Ex] documentation.
2005-12-02  James HawkinsDocument many of the advpack functions.
2005-12-01  James HawkinsAdd a stub for AdvInstallFile.
2005-11-29  James HawkinsReturned versions are always initialized to zero, even...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAdd trailing '\n' to trace() call.
2005-11-22  Saulius KrasuckasExit test after first TranslateInfString() failure...
2005-11-21  Vincent BéronAdd/correct prototypes for some already defined functio...
2005-11-14  Saulius KrasuckasGet the version and language ID of ADVPACK.DLL too.
2005-11-10  Saulius KrasuckasWinME fixes:
2005-11-08  James HawkinsImplement TranslateInfString with tests.
2005-11-03  Steven EdwardsAdd a real stub for Advpack.extract.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-06  Markus AmslerAdd a stub for IsNtAdmin.
2005-08-15  Saulius KrasuckasRemove trailing backslash.
2005-08-09  Alexandre JulliardMark DllMain and similar exports as private.
2005-07-11  Stefan LeichterAdded stubs for ExecuteCab and TranslateInfString.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-27  Sami AarioAdded initial version of Delnode plus some tests.
2005-04-19  Troy RolloPrevent SEGV in RegInstall when pstTable is NULL.
2005-04-18  Sami AarioAdded stubs for RunSetupCommand and DelNode.
2005-03-14  Matthew MastracciImplement RegisterOCX.
2005-02-14  Francois GougetLoad advpack.dll at runtime to avoid link problems...
2005-01-20  Robert ReifAdded stubs for NeedRebootInit and NeedReboot.
2004-12-15  Alexandre JulliardIt makes no sense to export the dll entry point as...
2004-12-02  Eric KohlImplement SetupDiBuildClassInfoList(ExW),
2004-11-01  Dmitry TimoshkovAdd simple implementation of advpack.DoInfInstall.
2004-10-27  Mike McCormackAdd stub implementations for LaunchINFSection(Ex).
2004-10-07  Vincent BéronUse the proper #include file delimiter in advpack.
2004-09-27  Huw DaviesPartial implementation of advpack.RegInstall.