[shallapi.h] Added #define NIF_INFO

Peter Lemenkov petro at mail.ru
Mon Nov 28 14:40:39 CST 2005


Hello, All!

See the following page for details:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/structures/notifyicondata.asp

-- 
With best regards, Peter Lemenkov.
-------------- next part --------------
Index: include/shellapi.h
===================================================================
RCS file: /home/wine/wine/include/shellapi.h,v
retrieving revision 1.34
diff -u -r1.34 shellapi.h
--- include/shellapi.h	2 Sep 2005 11:32:17 -0000	1.34
+++ include/shellapi.h	28 Nov 2005 20:34:58 -0000
@@ -60,6 +60,7 @@
 #define NIF_MESSAGE             0x00000001
 #define NIF_ICON                0x00000002
 #define NIF_TIP                 0x00000004
+#define NIF_INFO                 0x00000010
 
 #define NIM_ADD                 0x00000000
 #define NIM_MODIFY              0x00000001


More information about the wine-patches mailing list