cvs rm -rf documentation/shell32 ChangeLog Dimitrie O. Paun <dpaun@rogers.com> Move useful information out of documentation/shell32. Index: dlls/shell32/pidl.c =================================================================== RCS file: /var/cvs/wine/dlls/shell32/pidl.c,v retrieving revision 1.92 diff -u -r1.92 pidl.c --- dlls/shell32/pidl.c 29 Sep 2003 20:20:53 -0000 1.92 +++ dlls/shell32/pidl.c 9 Oct 2003 18:06:03 -0000 @@ -1047,6 +1047,9 @@ * nFolder [I] CSIDL_xxxxx * ppidl [O] PIDL of a special folder * + * NOTES + * In NT5, SHGetSpecialFolderLocation needs the <winntdir>/Recent + * directory. If the directory is missing it returns a x80070002. */ HRESULT WINAPI SHGetSpecialFolderLocation( HWND hwndOwner, Index: dlls/shell32/shelllink.c =================================================================== RCS file: /var/cvs/wine/dlls/shell32/shelllink.c,v retrieving revision 1.57 diff -u -r1.57 shelllink.c --- dlls/shell32/shelllink.c 5 Sep 2003 23:08:31 -0000 1.57 +++ dlls/shell32/shelllink.c 9 Oct 2003 18:13:37 -0000 @@ -16,6 +16,11 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * NOTES + * Nearly complete informations about the binary formats + * of .lnk files avaiable at http://www.wotsit.org + * */ #include "config.h" -- Dimi.