Commit in reactos/w32api/include on MAIN | |||
shellapi.h | +5 | 1.2 -> 1.3 |
declare NOTIFYICON VERSION 3 constants
diff -u -r1.2 -r1.3 --- shellapi.h 14 Mar 2004 15:42:04 -0000 1.2 +++ shellapi.h 14 Mar 2004 15:54:27 -0000 1.3 @@ -46,6 +46,11 @@
#define NIM_ADD 0 #define NIM_MODIFY 1 #define NIM_DELETE 2
+#if _WIN32_IE >= 0x0500 +#define NOTIFYICON_VERSION 3 +#define NIM_SETFOCUS 3 +#define NIM_SETVERSION 4 +#endif
#define NIF_MESSAGE 1 #define NIF_ICON 2 #define NIF_TIP 4