Commit 013949fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Tweak / fix the MS-DOS name in a comment.

parent fe18edd6
......@@ -876,7 +876,7 @@ HICON WINAPI ExtractAssociatedIconW(HINSTANCE hInst, LPWSTR lpIconPath, LPWORD l
}
if( hIcon == (HICON)1 )
*lpiIcon = 2; /* MSDOS icon - we found .exe but no icons in it */
*lpiIcon = 2; /* MS-DOS icon - we found .exe but no icons in it */
else
*lpiIcon = 6; /* generic icon - found nothing */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment