dplayx: Remove unnecessary assigment (Coverity).
[wine] / dlls / setupapi / misc.c
2010-06-16  Andrew Nguyensetupapi: Add a few traces for SetupDecompressOrCopyFileW.
2010-06-16  Andrew Nguyensetupapi: Only extract the first MSZIP cabinet file...
2010-05-31  Hans Leidekkersetupapi: Add stub implementations of SetupGetNonIntera...
2009-06-15  Detlef Riekenbergsetupapi: Move IsUserAdmin to shell32.IsUserAnAdmin.
2009-05-18  Paul Vrienssetupapi: Fix passing a NULL parameter (Coverity).
2009-05-13  Hans Leidekkersetupapi: Add stub implementations of SetupUninstallOEM...
2009-01-29  Aric Stewartsetupapi: Implement pSetupInstallCatalog.
2009-01-05  Hans Leidekkersetupapi: Add stubs for pSetupInstallCatalog and pSetup...
2008-12-08  Michael Stefaniucsetupapi: Remove some superfluous casts.
2008-10-22  Maarten Lankhorstsetupapi: Implement installing catalog files.
2008-03-17  Andrew Talbotsetupapi: Assign to structs instead of using memcpy.
2008-01-21  Andrew Talbotsetupapi: Remove unneeded casts.
2007-10-16  Juan Langsetupapi: Avoid spamming console.
2007-05-29  Rob Shearmansetupapi: Add a FIXME in SetupCopyOEMInfW for when...
2007-05-08  Rob Shearmansetupapi: Don't copy an OEM inf file if the exact same...
2007-05-02  Rob Shearmansetupapi: SetupCopyOEMInfW should preserve the basename...
2007-04-10  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfo on...
2007-04-09  Hans Leidekkersetupapi: Remove debug traces from allocation routines.
2007-04-09  Hans Leidekkersetupapi: Implement SetupDecompressOrCopyFile{A, W}.
2007-04-09  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfoEx{A...
2007-03-28  James Hawkinssetupapi: SetLastError to ERROR_SUCCESS on success.
2007-03-28  James Hawkinssetupapi: Correct the Inf output position.
2007-03-28  James Hawkinssetupapi: The Inf file should be copied regardless...
2007-03-28  James Hawkinssetupapi: Don't allow relative paths in SetupCopyOEMInf.
2007-03-28  James Hawkinssetupapi: Handle the SP_COPY_NOOVERWRITE flag.
2007-03-28  Francois Gougetsetupapi: Fix InstallCatalog()'s calling convention.
2007-03-27  James Hawkinssetupapi: Add several tests for SetupCopyOEMInf, with...
2007-03-19  Hans Leidekkersetupapi: Add a stub implementation for InstallCatalog.
2007-02-20  Hans Leidekkersetupapi: Implement SetupCopyOEMInf{A,W}.
2006-11-29  Christian Gmeinersetupapi: Added AssertFail stub.
2006-10-14  Michael Stefaniucsetupapi: Win64 printf format warning fixes.
2006-08-10  Michael Stefaniucjanitorial: Removed the rest of the redundant NULL...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-20  Mike McCormacksetupapi: Add a stub implementation of CMP_WaitNoPendin...
2005-12-19  Thomas Weidenmuellersetupapi: Fix comparing the group SIDs in IsUserAdmin.
2005-08-12  Alexandre JulliardAdded stubs for pSetupGet/SetGlobalFlags.
2005-05-06  Alexandre JulliardEric Kohl <eric.kohl_at_t-online.de>
2005-02-14  Eric KohlImplement DelayedMove and FileExists.
2005-02-02  Eric Kohl- Implement DoesUserHavePrivilege, EnablePrivilege...
2005-01-25  Eric KohlImplement DuplicateString and QueryRegistryValue.
2005-01-24  Eric KohlImplement MyFree, MyMalloc and MyRealloc.