RE: dlls/shell32/shelllink.c

2005-03-16 Thread Ge van Geldorp
> From: Mike McCormack [mailto:[EMAIL PROTECTED] > > Ge van Geldorp wrote: > > I have some shortcuts (created in Windows 2000) which only have 24 > > bytes of LOCATION_INFO, i.e. they are missing the dwFinalPathOfs > > member. Also lots of shortcuts seem to have another chunk > > at the end of

Re: dlls/shell32/shelllink.c (please don't apply)

2005-03-16 Thread Mike McCormack
Ge van Geldorp wrote: -ERR("Last word was not zero\n"); +TRACE("Last word was not zero\n"); btw. the right solution is to fix the problem, not ignore it, so I object to this patch being applied as is. Mike

Re: dlls/shell32/shelllink.c

2005-03-16 Thread Mike McCormack
Ge van Geldorp wrote: I have some shortcuts (created in Windows 2000) which only have 24 bytes of LOCATION_INFO, i.e. they are missing the dwFinalPathOfs member. Also lots of shortcuts seem to have another chunk at the end of the stream, I get a lot of "Last word was not zero" messages. Could you s