OSDN Git Service

Fix incorrect guard added in last commit
authorironhead <ironhead>
Sat, 4 Oct 2008 19:56:26 +0000 (19:56 +0000)
committerironhead <ironhead>
Sat, 4 Oct 2008 19:56:26 +0000 (19:56 +0000)
winsup/w32api/include/shellapi.h

index 8af1a3f..9fb30bb 100644 (file)
@@ -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