ChangeSet ID: 10030761100611687866039574 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/14 12:15:10
Modified files: dlls/shell32 : pidl.c shellord.c dlls/user : comm16.c dlls/winmm : driver.c dlls/winspool : info.c loader : module.c objects : font.c windows : driver.c
Log message: Francois Gouget fgouget@codeweavers.com Don't print NULL strings (crashes on Solaris). Small code maintainability tweak in ShellExecuteExA. Two typo fixes in winmm.
Patch: http://cvs.winehq.com/patch.py?id=10030761100611687866039574
Revision Changes Path 1.61 +1 -1 wine/dlls/shell32/pidl.c 1.87 +7 -5 wine/dlls/shell32/shellord.c 1.4 +2 -2 wine/dlls/user/comm16.c 1.11 +7 -7 wine/dlls/winmm/driver.c 1.45 +3 -3 wine/dlls/winspool/info.c 1.140 +1 -1 wine/loader/module.c 1.54 +2 -1 wine/objects/font.c 1.39 +2 -2 wine/windows/driver.c