]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Replace SetupDiClassNameFromGuid() with SetupDiClassNameFromGuidEx()
authorSimon Rozman <simon@rozman.si>
Mon, 4 Feb 2019 07:39:31 +0000 (08:39 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 5 Feb 2019 11:59:42 +0000 (12:59 +0100)
commit3e0e61dd26d900eb6eaf826200241cbf84cd068d
tree595494972fecaaa0e714fc42c281a6e153443986
parent9635a0b3a69272aac998fad700344fac392d2adf
Replace SetupDiClassNameFromGuid() with SetupDiClassNameFromGuidEx()

The former is only a subset of the later. To minimize future
maintenance, we'll provide support for extended version only.

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