wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / storage.c
2008-04-10  Austin Englishole32: Spelling fixes.
2007-12-12  Andrew Riediole32: DPRINTF -> TRACE.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2006-11-13  Francois Gougetole32: Standardize some documentation comments.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-12  Alexandre Julliardole32: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Marcus MeissnerImplemented ILockBytes16 (memorystream) support for...
2005-07-22  Marcus Meissner16bit interfaces are cdecl, so drop the WINAPI.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2004-11-30  Eric PouechConst correctness fixes.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-30  Marcus MeissnerFixed lvalue casts.
2004-02-07  Troy RolloAdded documentation for DocFiles, based on the CorVu...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-10-08  Alexandre JulliardAuthors: Warren Baird <warren.baird@cimmetry.com>,...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-28  Gerald PfeiferAvoid compiler warning in STORAGE_get_free_pps_entry().
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Marcus Meissnerole2nls.c is a 16bit only.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-11-18  Ryan Cumming- Move StgIsStorageFile16's implementation to StgIsStor...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-02-12  Francois GougetFix typos in comments.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-05-19  Uwe BonnesStgOpenStorage16: correct arguments to the CreateFile...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.