Alexandre Julliard pushed to branch master at wine / wine
Commits: 888d5f15 by Rémi Bernon at 2025-04-03T22:49:58+02:00 setupapi: Implement SetupDiOpenDeviceInterface(A|W).
Changes by Paul Gofman to the original patch: - check for too short device path; - allocate strings dynamically; - set last error accordingly.
- - - - - d4f29217 by Paul Gofman at 2025-04-03T22:49:58+02:00 setupapi/tests: Add a test for SetupDiOpenDeviceInterface().
- - - - - 6aa41341 by Paul Gofman at 2025-04-03T22:49:58+02:00 cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]W().
- - - - - 749ccccf by Paul Gofman at 2025-04-03T22:49:58+02:00 cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]A().
- - - - - 74fa802b by Paul Gofman at 2025-04-03T22:49:58+02:00 cfgmgr32: Implement CM_Get_Device_Interface_PropertyW() for DEVPKEY_Device_InstanceId.
- - - - -
8 changed files:
- dlls/cfgmgr32/cfgmgr32.spec - dlls/cfgmgr32/main.c - dlls/cfgmgr32/tests/cfgmgr32.c - dlls/setupapi/devinst.c - dlls/setupapi/setupapi.spec - dlls/setupapi/stubs.c - dlls/setupapi/tests/devinst.c - include/cfgmgr32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/761a06fc76e473f9ecd34d704e3e9c...