setupapi: Add initial implementation of SetupGetInfInformation

James Hawkins truiken at gmail.com
Wed Feb 1 22:14:11 CST 2006


Hi,

I only added handling for the INFINFO_INF_SPEC_IS_HINF case to keep
the patch size small, and I'll keep sending in each other case
separately.  I've added FIXMEs and BUGS so we know what's left to
implement.  The next step is to implement SetupQueryInfFileInformation
so more of the tests pass, but that one is pretty simple.

Changelog:
* Add initial implementation of SetupGetInfInformation.

 dlls/setupapi/Makefile.in   |    1
 dlls/setupapi/query.c       |  188 +++++++++++++++++++++++++++++++++++++++++++
 dlls/setupapi/stubs.c       |   24 -----
 dlls/setupapi/tests/query.c |   47 ++++-------
 4 files changed, 208 insertions(+), 52 deletions(-)
 create mode 100644 dlls/setupapi/query.c

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6e7ce94b50a4490ff0c941b780a61b4dedf97f76.diff
Type: text/x-patch
Size: 14084 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060201/3157aa89/6e7ce94b50a4490ff0c941b780a61b4dedf97f76-0001.diff


More information about the wine-patches mailing list