ChangeSet ID: 15834
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/01 12:47:05
Modified files:
dlls/user : sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
- SPI_GETWORKAREA: Read work area information from system metrics
initially only and not from a WINE specific registry entry.
- SPI_SETWORKAREA: Don't save work area information to registry.
Patch: http://cvs.winehq.org/patch.py?id=15834
Old revision New revision Changes Path
1.8 1.9 +15 -42 wine/dlls/user/sysparams.c
ChangeSet ID: 15833
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/01 12:46:26
Modified files:
dlls/msi : custom.c action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Continued work to simplify the ProcessAction call, also split it into
a ProcessAction and ProcessUIAction for future dialog box work.
Also fix a bug in deformat_string where i was not freeing the created
record.
Patch: http://cvs.winehq.org/patch.py?id=15833
Old revision New revision Changes Path
1.3 1.4 +1 -1 wine/dlls/msi/custom.c
1.3 1.4 +1 -0 wine/dlls/msi/action.h
1.78 1.79 +85 -23 wine/dlls/msi/action.c