Module: wine Branch: master Commit: afac1c405d0d82839df7c0c3d6299921bdd26a89 URL: https://source.winehq.org/git/wine.git/?a=commit;h=afac1c405d0d82839df7c0c3d...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Jan 30 11:21:18 2019 +0800
setupapi: Implement SetupDiSetDevicePropertyW.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/setupapi/devinst.c | 101 ++++++++++++++++++++++++++ dlls/setupapi/setupapi.spec | 1 + dlls/setupapi/tests/devinst.c | 163 +++++++++++++++++++++++++++++++++++++++++- include/setupapi.h | 2 + 4 files changed, 266 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=afac1c405d0d82839df7c...