wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / cabinet / cabinet.h
2007-12-07  Andrew Talbotcabinet: Remove unneeded casts.
2007-08-27  James Hawkinscabinet: Don't extract a file if DoExtract is FALSE.
2007-08-23  James Hawkinscabinet: Formalize the SESSION struct.
2007-08-22  Alexandre Julliardcabinet: Use the proper fcntl defines in the FDI_OPEN...
2007-03-15  Andrew Talbotcabinet: Constify some variables.
2006-08-07  Mike McCormackcabinet: Fix and test the undocumented Extract function.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-01  Gerold J. Wucherpf... cabinet: Set proper error information on failures.
2006-01-12  James Hawkinscabinet: Move the remaining cabextract.c functions...
2006-01-09  James Hawkinscabinet: Add the two flags used by Extract to cabinet.h.
2006-01-09  James Hawkinscabinet: Define the flags member of the EXTRACTdest...
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-06-24  Gerold Jens Wucher... Some FCI work.
2005-05-14  Gerold Jens Wucher... Initial FCI work (FCICreate and FCIDestroy).
2004-01-08  Stefan LeichterAdded the linked list with the name of files of the...
2003-12-30  Stefan LeichterMake use of/handle the first parameter of the function...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-30  Gregory M. Turner- ERR("WARNING") just doesn't look right ;)
2003-07-19  Gregory M. Turner- eliminate pesky global variables; should be threadsaf...
2003-06-17  Gregory M. Turner- move macros and constants into cabinet.h where they...
2003-06-13  Gregory M. TurnerFix some uglies.
2003-06-13  Gregory M. Turner- implement FDI{Create,Destroy,IsCabinet}
2003-06-13  Gregory M. Turner- paranoia: eliminate some global variables
2003-01-23  Greg TurnerFix some problems when Extract is used more than once.
2002-12-19  Greg Turner- port cabextract to wine