wine/ dlls/setupapi/Makefile.in dlls/setupapi/ ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 1 20:57:50 CST 2002


ChangeSet ID:	101771627045883004444568
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/04/01 20:57:50

Modified files:
	dlls/setupapi  : Makefile.in infparse.c setupapi.spec 
	                 setupapi_private.h setupx.spec setupx_main.c 
	                 stubs.c virtcopy.c 
	include        : setupapi.h winnt.h 
Added files:
	dlls/setupapi  : dirid.c install.c parser.c queue.c 

Log message:
	Implemented a large number of the 32-bit setupapi functions.
	Fixed a number of setupx functions by making them call the setupapi
	equivalents.

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

Revision  Changes    Path
 1.13     +5 -0      wine/dlls/setupapi/Makefile.in
 1.12     +151 -67   wine/dlls/setupapi/infparse.c
 1.10     +299 -226  wine/dlls/setupapi/setupapi.spec
 1.3      +21 -0     wine/dlls/setupapi/setupapi_private.h
 1.8      +2 -2      wine/dlls/setupapi/setupx.spec
 1.20     +4 -527    wine/dlls/setupapi/setupx_main.c
 1.6      +8 -179    wine/dlls/setupapi/stubs.c
 1.10     +12 -8     wine/dlls/setupapi/virtcopy.c
 1.1     +0 -0       wine/dlls/setupapi/dirid.c
 1.1     +0 -0       wine/dlls/setupapi/install.c
 1.1     +0 -0       wine/dlls/setupapi/parser.c
 1.1     +0 -0       wine/dlls/setupapi/queue.c
 1.6      +465 -3    wine/include/setupapi.h
 1.103    +7 -0      wine/include/winnt.h




More information about the wine-cvs mailing list