Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r--winsup/w32api/include/shellapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index 3588f706c..8af1a3f0b 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -52,6 +52,9 @@ extern "C" {
#define NIM_DELETE 2
#if (_WIN32_IE >= 0x0500)
#define NOTIFYICON_VERSION 3
+#ifdef (_WIN32_WINNT >= 0x600)
+#define NOTIFYICON_VERSION_4 4
+#endif
#define NIM_SETFOCUS 3
#define NIM_SETVERSION 4
#define NIN_POPUPOPEN WM_USER+6