Re: shell32.dll: SHHelpShortcuts_RunDLL

2005-08-01 Thread Detlef Riekenberg
Am Samstag, den 28.05.2005, 00:12 +0200 schrieb Detlef Riekenberg: > Hi. > > Changelog: > Partial Implementation of shell32/SHHelpShortcuts_RunDLL > Connect and Disconnect: Forwarded to mpr.dll > AddPrinter: Forward to printui.dll > What did I wrong with this Patch ? 1) Forwa

Re: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL

2005-05-29 Thread Detlef Riekenberg
Am Montag, den 30.05.2005, 10:29 +0900 schrieb Dmitry Timoshkov: > > + > > +return StrCmpW(e1->name, e2->name); > > I strongly suspect that this comparison should be case insensitive. Sorry for not written this comment: * The Commands are Case-Sensitive! (Checked with Win98SE and Win2000) *

Re: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL

2005-05-29 Thread Dmitry Timoshkov
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote: > Changelog: > Partial Implementation of shell32/SHHelpShortcuts_RunDLL >Connect and Disconnect: Forwarded to mpr.dll >AddPrinter: Forwarded to printui.dll > +static int shrundll_compare(const void *p1, const void *p2) > +{ > +str