mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
declare NOTIFYICON VERSION 3 constants
svn path=/trunk/; revision=8714
This commit is contained in:
parent
b7c8fed978
commit
b61431ec36
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ extern "C" {
|
|||
#define NIM_ADD 0
|
||||
#define NIM_MODIFY 1
|
||||
#define NIM_DELETE 2
|
||||
#if _WIN32_IE >= 0x0500
|
||||
#define NOTIFYICON_VERSION 3
|
||||
#define NIM_SETFOCUS 3
|
||||
#define NIM_SETVERSION 4
|
||||
#endif
|
||||
#define NIF_MESSAGE 1
|
||||
#define NIF_ICON 2
|
||||
#define NIF_TIP 4
|
||||
|
|
Loading…
Reference in a new issue