ChangeSet ID: 1012324548778983943164349
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/29 12:15:48
Modified files:
dlls/comctl32 : progress.c
Log message:
Dimitrie O. Paun <dimi(a)cs.toronto.edu>
- add new SetRange functions (instead of duplicating the code)
- pass the infoPtr around instead of the hwnd
- use W-functions instead of A-functions
- more checks in case of failures
- make indentation and style consistent throughout the file
Patch: http://cvs.winehq.com/patch.py?id=1012324548778983943164349
Revision Changes Path
1.17 +222 -266 wine/dlls/comctl32/progress.c
ChangeSet ID: 1012323916574257265776396
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/29 12:05:16
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
Weird thing with lcid of library is that if sublang is neutral then we
return the primary lang else we return 0.
Patch: http://cvs.winehq.com/patch.py?id=1012323916574257265776396
Revision Changes Path
1.61 +8 -1 wine/dlls/oleaut32/typelib.c