ChangeSet ID: 1032288039174979880060167
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/17 13:40:39
Modified files:
controls : menu.c
Log message:
Remove clearing of the window menu id for now. This will need more
work.
Patch: http://cvs.winehq.com/patch.py?id=1032288039174979880060167
Revision Changes Path
1.147 +0 -3 wine/controls/menu.c
ChangeSet ID: 1032287635970862675299035
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/17 13:33:55
Modified files:
dlls/commdlg : filedlg95.c
Log message:
Josef Meixner <Josef.Meixner(a)t-online.de>
Huw Davies <huw(a)codeweavers.com>
- Initializing the return-string shouldn't change the pointer.
- Added "FIXME" for case not handled.
- Directory and the filenames have to be separated by "\0".
- Added check to handle possible signed/unsigned overflow.
Patch: http://cvs.winehq.com/patch.py?id=1032287635970862675299035
Revision Changes Path
1.81 +21 -7 wine/dlls/commdlg/filedlg95.c