wine/ include/setupapi.h dlls/setupapi/stubs.c ...

Alexandre Julliard julliard at winehq.org
Thu Dec 2 12:09:54 CST 2004


ChangeSet ID:	14649
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/02 12:09:54

Modified files:
	include        : setupapi.h 
	dlls/setupapi  : stubs.c setupapi.spec parser.c devinst.c 
	                 Makefile.in 
	dlls/advpack   : advpack.c 

Log message:
	Eric Kohl <eric.kohl at t-online.de>
	Implement SetupDiBuildClassInfoList(ExW),
	SetupDiClassGuidsFromName(W/ExW), SetupDiClassNameFromGuid(W/ExW),
	SetupDiGetActualSectionToInstallW, SetupDiGetClassDescription(W/ExW),
	SetupDiInstallClassW partially, SetupDiOpenClassRegKey(ExW),
	SetupOpenMasterInf.

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

Old revision  New revision  Changes     Path
 1.21          1.22          +48 -0      wine/include/setupapi.h
 1.23          1.24          +0 -65      wine/dlls/setupapi/stubs.c
 1.29          1.30          +22 -22     wine/dlls/setupapi/setupapi.spec
 1.13          1.14          +15 -0      wine/dlls/setupapi/parser.c
 1.16          1.17          +1009 -33   wine/dlls/setupapi/devinst.c
 1.27          1.28          +1 -1       wine/dlls/setupapi/Makefile.in
 1.4           1.5           +1 -0       wine/dlls/advpack/advpack.c




More information about the wine-cvs mailing list