]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Simplify SetupDiEnumDeviceInfo() synopsis
authorSimon Rozman <simon@rozman.si>
Mon, 4 Feb 2019 10:40:44 +0000 (11:40 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 5 Feb 2019 11:59:42 +0000 (12:59 +0100)
commit38c7acd70f408e63a70ff45f01d0a22f2c4ac2c7
tree4a0f705cd834b3445c934db1714537c1ee795322
parent20f1512b7c5bdc0fc0b7aaf53fa9d6eba8f7d0a6
Simplify SetupDiEnumDeviceInfo() synopsis

The SetupDiEnumDeviceInfo() now returns a SP_DEVINFO_DATA rather than
taking it on input to fill it on return.

Signed-off-by: Simon Rozman <simon@rozman.si>
setupapi/setupapi_windows.go
setupapi/setupapi_windows_test.go