Skip to content

Commit

Permalink
shell32: add missing notify icon version constant
Browse files Browse the repository at this point in the history
These are stupidly named, but that's what the windows header calls them.

Resolves: lxn#25
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed May 4, 2019
1 parent 4a44be4 commit 63d6065
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shell32.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ const (
NIIF_NOSOUND = 0x00000010
)

const NOTIFYICON_VERSION = 3
const (
NOTIFYICON_VERSION = 3
NOTIFYICON_VERSION_4 = 4
)

// SHGetFileInfo flags
const (
Expand Down

0 comments on commit 63d6065

Please sign in to comment.