wine/ dlls/vwin32.vxd/vwin32.vxd.spec dlls/vwi ...

Alexandre Julliard julliard at winehq.org
Fri Feb 20 22:13:57 CST 2004


ChangeSet ID:	11202
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/02/20 22:13:57

Modified files:
	dlls/vwin32.vxd: vwin32.vxd.spec vwin32.c 
	dlls/kernel    : vxd.c 
	dlls           : Makefile.in 
	.              : configure.ac configure 
Added files:
	dlls/vmm.vxd   : vmm.vxd.spec vmm.c Makefile.in .cvsignore 

Log message:
	Allow the implementation of the VxDCall entry points to be moved to
	separate VxD dlls.
	Moved VMM code to a separate dll, and removed the registry calls to
	get rid of the code duplication with advapi32.

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

Old revision  New revision  Changes     Path
 1.1           1.2           +1 -0       wine/dlls/vwin32.vxd/vwin32.vxd.spec
 1.1           1.2           +59 -0      wine/dlls/vwin32.vxd/vwin32.c
 1.7           1.8           +37 -1090   wine/dlls/kernel/vxd.c
 1.203         1.204         +6 -0       wine/dlls/Makefile.in
 1.241         1.242         +1 -0       wine/configure.ac
 1.524         1.525         +2 -1       wine/configure
 Added         1.1           +0 -0       wine/dlls/vmm.vxd/vmm.vxd.spec
 Added         1.1           +0 -0       wine/dlls/vmm.vxd/vmm.c
 Added         1.1           +0 -0       wine/dlls/vmm.vxd/Makefile.in
 Added         1.1           +0 -0       wine/dlls/vmm.vxd/.cvsignore




More information about the wine-cvs mailing list