Skip to content

Commit cc872c6

Browse files
committed
dev
1 parent b3a8e22 commit cc872c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/symbol/Ntdll.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package symbol
22

33
type (
4-
InterfaceNtdll interface{}
4+
InterfaceNtdll any
55
objectNtdll struct{}
66
)
77

plugin/symbol/Win32u.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package symbol
22

33
type (
4-
InterfaceWin32u interface{}
4+
InterfaceWin32u any
55
objectWin32u struct{}
66
)
77

0 commit comments

Comments
 (0)