ChangeSet ID: 11932 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/09 14:04:03
Modified files: dlls/shell32 : shlexec.c
Log message: Francois Gouget fgouget@free.fr Cleanup the handling of the extension in SHELL_FindExecutable(): - Eliminate the corresponding fixed-size buffer which removes the limitation to 3 character extensions. - Fix handling of the trailing '.' case. - Do a case-insensitive check for the extension in win.ini. Increase the size of the command buffer to 1024.
Patch: http://cvs.winehq.org/patch.py?id=11932
Old revision New revision Changes Path 1.40 1.41 +4 -10 wine/dlls/shell32/shlexec.c