wine/ dlls/advapi32/crypt.c dlls/advapi32/cryp ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 31 14:26:06 CDT 2002


ChangeSet ID:	102814356600747065695850679
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/07/31 14:26:06

Modified files:
	dlls/advapi32  : crypt.c crypt.h eventlog.c registry.c service.c 
	dlls/kernel    : debugger.c thunk.c wowthunk.c 
	dlls/ntdll     : critsection.c nt.c rtl.c 
	dlls/setupapi  : infparse.c setupapi_private.h 
	include        : gdi.h palette.h wincrypt.h 
	loader/ne      : module.c 
	memory         : registry.c selector.c 
	misc           : registry.c 
	msdos          : vxd.c 
	objects        : palette.c 
	relay32        : snoop.c 
	scheduler      : syslevel.c thread.c 
	server         : registry.c sock.c 
	win32          : newfns.c 

Log message:
	Fixed some handle type mismatches and added a few casts in prevision
	of void* handles.

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

Revision  Changes    Path
 1.22     +1 -1      wine/dlls/advapi32/crypt.c
 1.4      +10 -0     wine/dlls/advapi32/crypt.h
 1.15     +5 -5      wine/dlls/advapi32/eventlog.c
 1.42     +2 -2      wine/dlls/advapi32/registry.c
 1.30     +1 -2      wine/dlls/advapi32/service.c
 1.22     +0 -3      wine/dlls/kernel/debugger.c
 1.29     +2 -2      wine/dlls/kernel/thunk.c
 1.21     +2 -4      wine/dlls/kernel/wowthunk.c
 1.11     +4 -4      wine/dlls/ntdll/critsection.c
 1.43     +2 -2      wine/dlls/ntdll/nt.c
 1.47     +3 -3      wine/dlls/ntdll/rtl.c
 1.14     +0 -32     wine/dlls/setupapi/infparse.c
 1.4      +0 -11     wine/dlls/setupapi/setupapi_private.h
 1.71     +9 -9      wine/include/gdi.h
 1.9      +1 -1      wine/include/palette.h
 1.6      +0 -9      wine/include/wincrypt.h
 1.116    +5 -5      wine/loader/ne/module.c
 1.25     +1 -1      wine/memory/registry.c
 1.51     +3 -3      wine/memory/selector.c
 1.112    +1 -1      wine/misc/registry.c
 1.35     +3 -4      wine/msdos/vxd.c
 1.47     +3 -3      wine/objects/palette.c
 1.56     +2 -2      wine/relay32/snoop.c
 1.31     +3 -2      wine/scheduler/syslevel.c
 1.119    +1 -1      wine/scheduler/thread.c
 1.41     +2 -2      wine/server/registry.c
 1.38     +2 -2      wine/server/sock.c
 1.37     +2 -2      wine/win32/newfns.c




More information about the wine-cvs mailing list