aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types32_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun/wintun/setupapi/types32_windows.go')
-rw-r--r--tun/wintun/setupapi/types32_windows.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/tun/wintun/setupapi/types32_windows.go b/tun/wintun/setupapi/types32_windows.go
deleted file mode 100644
index 0eaead6..0000000
--- a/tun/wintun/setupapi/types32_windows.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build 386 arm
-
-/* SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
- */
-
-package setupapi
-
-const (
- sizeofDevInfoListDetailData uint32 = 550
- sizeofDrvInfoDetailData uint32 = 1570
-)