Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
resolve #14 - User32 - GetMenuItemID
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoz committed Aug 11, 2019
1 parent 20c46fe commit c736118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user32.go
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,5 @@ func GetMenuItemID(hMenu HMENU, nPos int) (int32, error) {
if err.(syscall.Errno) != ERROR_SUCCESS {
return -1, err
}

return int32(ret), nil
}

0 comments on commit c736118

Please sign in to comment.