wine/ misc/registry.c dlls/kernel/thread.c dll ...

Alexandre Julliard julliard at winehq.org
Mon Jun 14 12:04:35 CDT 2004


ChangeSet ID:	12600
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/06/14 12:04:35

Modified files:
	misc           : registry.c 
	dlls/kernel    : thread.c selector.c profile.c locale.c instr.c 
	                 heap.c format_msg.c dosmem.c console.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	Const correctness, pointer cast correctness, removed extraneous ';'.

Patch: http://cvs.winehq.org/patch.py?id=12600

Old revision  New revision  Changes     Path
 1.143         1.144         +2 -2       wine/misc/registry.c
 1.17          1.18          +4 -4       wine/dlls/kernel/thread.c
 1.2           1.3           +4 -4       wine/dlls/kernel/selector.c
 1.11          1.12          +9 -6       wine/dlls/kernel/profile.c
 1.42          1.43          +3 -2       wine/dlls/kernel/locale.c
 1.14          1.15          +1 -1       wine/dlls/kernel/instr.c
 1.7           1.8           +1 -1       wine/dlls/kernel/heap.c
 1.35          1.36          +5 -5       wine/dlls/kernel/format_msg.c
 1.6           1.7           +2 -2       wine/dlls/kernel/dosmem.c
 1.32          1.33          +2 -2       wine/dlls/kernel/console.c




More information about the wine-cvs mailing list