Add some defines

svn path=/trunk/; revision=21727
This commit is contained in:
Hervé Poussineau 2006-04-24 10:51:34 +00:00
parent c2698a1559
commit 8e197e1502

View file

@ -56,8 +56,19 @@ extern "C" {
#define NIF_ICON 2
#define NIF_TIP 4
#define NIF_STATE 8
#if _WIN32_IE >= 0x0500
#define NIF_INFO 16
#define NIS_HIDDEN 1
#define NIS_SHAREDICON 2
#define NIIF_NONE 0
#define NIIF_INFO 1
#define NIIF_WARNING 2
#define NIIF_ERROR 3
#if _WIN32_IE >= 0x0600
#define NIIF_ICON_MASK 0xf
#define NIIF_NOSOUND 0x10
#endif /* _WIN32_IE >= 0x0600 */
#endif /* _WIN32_IE >= 0x0500 */
#define SE_ERR_FNF 2
#define SE_ERR_PNF 3
#define SE_ERR_ACCESSDENIED 5