ChangeSet ID: 18198
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/15 14:12:57
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Huw Davies <huw(a)codeweavers.com>
For modal propsheets we should run our own message loop rather than
use a modal dialogbox just like Windows does. This helps apps that
subclass the propsheet's wndproc.
Patch: http://cvs.winehq.org/patch.py?id=18198
Old revision New revision Changes Path
1.127 1.128 +64 -34 wine/dlls/comctl32/propsheet.c
ChangeSet ID: 18190
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/15 13:07:11
Modified files:
dlls/psapi : psapi_main.c
Log message:
Felix Nawothnig <felix.nawothnig(a)t-online.de>
- Replaced server requests in EnumProcesses by native APIs
- Fixed third parameter (should return the amount of used and not
needed memory).
Patch: http://cvs.winehq.org/patch.py?id=18190
Old revision New revision Changes Path
1.23 1.24 +33 -45 wine/dlls/psapi/psapi_main.c