Detail
2012.10.13.Log0622.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
------------------------------------------------------------------------ r3068 | terminx | 2012-10-13 07:53:26 -0700 (Sat, 13 Oct 2012) | 2 lines Prevent Windows "case mismatch" spam when loading files from disk with the Windows Explorer "hide extensions for known file types" option enabled. This simply changes the relevant Bstrcmp() calls to Bstrncmp() calls instead, using the length of the string returned by SHGetFileInfo() as the number of bytes to compare. ------------------------------------------------------------------------