mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/ui: bug fix: compile error
This commit is contained in:
parent
b022f6d86a
commit
8ab220df7f
@ -158,5 +158,5 @@ func (i *_ITaskbarList) DeleteTab(hwnd windows.HWND) error {
|
||||
}
|
||||
|
||||
func (i *_ITaskbarList) Release() {
|
||||
_, _, _ := syscall.Syscall(i.vtbl.Release, 1, uintptr(unsafe.Pointer(i)), 0, 0)
|
||||
_, _, _ = syscall.Syscall(i.vtbl.Release, 1, uintptr(unsafe.Pointer(i)), 0, 0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user