Avoid compiler warning in STORAGE_get_free_pps_entry().
[wine] / dlls / ole32 / storage.c
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.