ChangeSet ID: 990219537338644031435251
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/18 16:58:57
Modified files:
dlls/shell32 : shellpath.c
Log message:
Marcus Meissner <Marcus.Meissner(a)caldera.de>
The shell special folder path creation did not mkdir the last
component of the path if it did not end with \.
Patch: http://cvs.winehq.com/patch.py?id=990219537338644031435251
Revision Changes Path
1.50 +9 -0 wine/dlls/shell32/shellpath.c
ChangeSet ID: 990219456200714921113104
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/18 16:57:36
Modified files:
dlls/winspool : info.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found
in Debian Potato).
Only set the default printer if there is no entry yet or it is not
WINEPS driven.
Patch: http://cvs.winehq.com/patch.py?id=990219456200714921113104
Revision Changes Path
1.38 +34 -22 wine/dlls/winspool/info.c