netstat: Initial implementation.
[wine] / dlls / shell32 / shlfsbind.c
2012-01-13  Nikolay Sivovshell32: Rearrange code to avoid forward declarations.
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2010-12-07  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-07-22  Andrew Eikumshell32: IShellFolder::ParseDisplayName should work...
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-12-03  Alexandre Julliardshell32: Remove some unused functions.
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-23  Mike McCormackRemove tabs and reformat.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-06-30  Ge van GeldorpFix IFileSystemBindData method order.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-09-17  Rolf KalbermatterImplemented SHSimpleIDListFromPath correctly.
2003-09-15  Rolf KalbermatterAdded IFileSystemBindData implementation.