- Add missing definitions.

svn path=/trunk/; revision=50161
This commit is contained in:
Aleksey Bragin 2010-12-27 15:32:47 +00:00
parent fdea91b64c
commit f7ab02f22e

View file

@ -71,6 +71,7 @@ extern "C" {
#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