wine/ dlls/dplayx/dplay.c dlls/gdi/freetype.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 22 21:53:11 CDT 2002


ChangeSet ID:	1022122391408091751000942
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/05/22 21:53:11

Modified files:
	dlls/dplayx    : dplay.c 
	dlls/gdi       : freetype.c 
	dlls/ntdll     : heap.c 
	dlls/wineps    : truetype.c 
	include        : user.h 
	include/wine   : port.h 
	loader         : task.c 
	loader/ne      : module.c resource.c 
	memory         : environ.c 
	tools/winebuild: spec16.c 
	windows        : class.c 

Log message:
	Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
	issues.

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

Revision  Changes    Path
 1.36     +5 -11     wine/dlls/dplayx/dplay.c
 1.15     +2 -0      wine/dlls/gdi/freetype.c
 1.3      +0 -4      wine/dlls/ntdll/heap.c
 1.17     +6 -9      wine/dlls/wineps/truetype.c
 1.39     +3 -0      wine/include/user.h
 1.25     +0 -51     wine/include/wine/port.h
 1.118    +3 -2      wine/loader/task.c
 1.113    +6 -4      wine/loader/ne/module.c
 1.35     +5 -4      wine/loader/ne/resource.c
 1.32     +5 -11     wine/memory/environ.c
 1.33     +4 -3      wine/tools/winebuild/spec16.c
 1.48     +6 -6      wine/windows/class.c




More information about the wine-cvs mailing list