setupapi: Update Korean resource.
[wine] / dlls / setupapi / setupcab.c
2010-06-16  Andrew Nguyensetupapi: Validate the cabinet filename parameter in...
2010-06-16  Andrew Nguyensetupapi: Validate the cabinet filename parameter in...
2010-06-16  Andrew Nguyensetupapi: Avoid useless initializations in SetupIterate...
2009-02-23  Ricardo Filipesetupapi: Make hinstance global for all dialogs.
2009-01-28  Michael Stefaniucsetupapi: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-08  Alexandre Julliardsetupapi: Fix pointer cast warnings on 64-bit.
2009-01-05  Alexandre Julliardsetupapi: Add CDECL to the cabinet callback functions.
2008-12-12  Alexandre Julliardsetupapi: Don't include msvcrt headers.
2007-11-19  Michael Stefaniucsetupapi: Remove duplicate includes.
2006-11-10  Mike McCormacksetupapi: Use HeapAlloc/Free instead of malloc/free.
2006-10-14  Michael Stefaniucsetupapi: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-03  Eric Kohl- Implement SetupDiBuildClassInfoListExA,
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-06-02  Stefan LeichterReplaced the call to GetFullPathNameA by a call to...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-10-21  Steven Edwards- Win16/32 cleanup.
2003-09-11  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Gregory M. TurnerImplement (most of) SetupIterateCabinet.