[?? Probable Spam] notepad: add .LOG feature

Kevin Koltzau kevin at plop.org
Mon May 9 13:52:35 CDT 2005


I verified on XP, it is case sensitive

On Monday 09 May 2005 03:37 am, Dmitry Timoshkov wrote:
> > + /* If the file starts with .LOG, add a time/date at the end and set cursor after
> > + * See http://support.microsoft.com/?kbid=260563
> > + */
> > + if (GetWindowTextW(Globals.hEdit, log, sizeof(log)/sizeof(log[0])) && !lstrcmp(log, dotlog))
> 
> Shouldn't it be a case insensitive comparison, i.e. does ".log" work as well?
> 



More information about the wine-devel mailing list