wireguard-go/setupapi
Simon Rozman 963be8e993 Stop accessing SetupDiGetDeviceInfoListDetail() output on error
The data returned by SetupDiGetDeviceInfoListDetail() is nil on error
which will cause the test to crash should the function fail.

Signed-off-by: Simon Rozman <simon@rozman.si>
2019-02-05 12:59:42 +01:00
..
mksyscall.go Introduce SetupAPI - Windows device and driver management API 2019-02-05 12:59:42 +01:00
setupapi.go Introduce SetupAPI - Windows device and driver management API 2019-02-05 12:59:42 +01:00
setupapi_windows.go Unify certain variable names 2019-02-05 12:59:42 +01:00
setupapi_windows_test.go Stop accessing SetupDiGetDeviceInfoListDetail() output on error 2019-02-05 12:59:42 +01:00
types_windows.go Clean an unused constant 2019-02-05 12:59:42 +01:00
zsetupapi_windows.go Add support for setupapi.SetupDiClassGuidsFromNameEx() 2019-02-05 12:59:42 +01:00
zsetupapi_windows_test.go Finish support for setupapi.SetupDiGetClassDevsEx() 2019-02-05 12:59:42 +01:00