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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-10-04 23:56:26 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-10-04 23:56:26 +0400
commit32c4e2bca7a92a9ab4f0bade10617b0e2ef93404 (patch)
treef6f2981a9ab31c810fd0e51e0a1dd62837d6c919 /winsup/w32api/include/shellapi.h
parentb36289958c0d2882ce029f220932157143f804f9 (diff)
Fix incorrect guard added in last commit
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r--winsup/w32api/include/shellapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index 8af1a3f0b..9fb30bbbc 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -52,7 +52,7 @@ extern "C" {
#define NIM_DELETE 2
#if (_WIN32_IE >= 0x0500)
#define NOTIFYICON_VERSION 3
-#ifdef (_WIN32_WINNT >= 0x600)
+#if (_WIN32_WINNT >= 0x600)
#define NOTIFYICON_VERSION_4 4
#endif
#define NIM_SETFOCUS 3