mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[PSDK]
- Add missing definitions. svn path=/trunk/; revision=50161
This commit is contained in:
parent
fdea91b64c
commit
f7ab02f22e
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ extern "C" {
|
||||||
#define NIIF_NONE 0
|
#define NIIF_NONE 0
|
||||||
#define NIIF_INFO 1
|
#define NIIF_INFO 1
|
||||||
#define NIIF_WARNING 2
|
#define NIIF_WARNING 2
|
||||||
#define NIIF_ERROR 3
|
#define NIIF_ERROR 3
|
||||||
|
#define NIIF_USER 4
|
||||||
#if _WIN32_IE >= 0x0600
|
#if _WIN32_IE >= 0x0600
|
||||||
#define NIIF_ICON_MASK 0xf
|
#define NIIF_ICON_MASK 0xf
|
||||||
#define NIIF_NOSOUND 0x10
|
#define NIIF_NOSOUND 0x10
|
||||||
|
|
Loading…
Reference in a new issue