From bce5e826fb3c50bcf10f90c034f972732bbf0115 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 29 Nov 2005 11:25:11 +0100 Subject: [PATCH] Added some definitions. --- include/shellapi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/shellapi.h b/include/shellapi.h index 950eab9bbac..51656574cb7 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -60,6 +60,9 @@ BOOL WINAPI DragQueryPoint(HDROP hDrop, POINT *p); #define NIF_MESSAGE 0x00000001 #define NIF_ICON 0x00000002 #define NIF_TIP 0x00000004 +#define NIF_STATE 0x00000008 +#define NIF_INFO 0x00000010 +#define NIF_GUID 0x00000020 #define NIM_ADD 0x00000000 #define NIM_MODIFY 0x00000001