wine/ dlls/msvideo/msvideo_main.c dlls/oleaut3 ...

Alexandre Julliard julliard at winehq.com
Wed Dec 19 18:19:44 CST 2001


ChangeSet ID:	1008807583302273550536484
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/12/19 19:19:43

Modified files:
	dlls/msvideo   : msvideo_main.c 
	dlls/oleaut32  : ole2disp.c 
	dlls/user      : msg16.c property.c 
	graphics/win16drv: brush.c font.c init.c pen.c prtdrv.c 
	loader         : module.c 
	objects        : font.c gdiobj.c 
	scheduler      : syslevel.c 
	windows        : class.c dialog.c mdi.c 

Log message:
	Use MapLS/UnMapLS instead of SEGPTR_* macros.

Patch: http://cvs.winehq.com/patch.py?id=1008807583302273550536484

Revision  Changes    Path
 1.32     +84 -73    wine/dlls/msvideo/msvideo_main.c
 1.21     +6 -4      wine/dlls/oleaut32/ole2disp.c
 1.6      +15 -17    wine/dlls/user/msg16.c
 1.4      +4 -4      wine/dlls/user/property.c
 1.8      +1 -2      wine/graphics/win16drv/brush.c
 1.24     +2 -3      wine/graphics/win16drv/font.c
 1.40     +0 -1      wine/graphics/win16drv/init.c
 1.9      +1 -2      wine/graphics/win16drv/pen.c
 1.24     +89 -305   wine/graphics/win16drv/prtdrv.c
 1.144    +8 -8      wine/loader/module.c
 1.60     +18 -26    wine/objects/font.c
 1.62     +23 -26    wine/objects/gdiobj.c
 1.27     +4 -4      wine/scheduler/syslevel.c
 1.45     +31 -14    wine/windows/class.c
 1.97     +14 -17    wine/windows/dialog.c
 1.92     +11 -14    wine/windows/mdi.c





More information about the wine-cvs mailing list