]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Reorder data-types and functions to match SetupAPI.h
authorSimon Rozman <simon@rozman.si>
Mon, 4 Feb 2019 14:21:19 +0000 (15:21 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 5 Feb 2019 11:59:42 +0000 (12:59 +0100)
commitc15cbefc1283ce630d35573856fed2bf71eb0292
treefa1b6181aee92f78a6537ac10269484f5c84b6d5
parentdd998ca86ac47869e2ff577b63b961e470a88c9b
Reorder data-types and functions to match SetupAPI.h

Adding functions with non-consistent order made setupapi package a mess.
While we could reorder data-types and functions by alphabet - it would
make searching easier - it would put ...Get... and ...Set... functions
quite apart.

Therefore, the SetupAPI.h order was adopted.

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