From 32c4e2bca7a92a9ab4f0bade10617b0e2ef93404 Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Sat, 4 Oct 2008 19:56:26 +0000 Subject: Fix incorrect guard added in last commit --- winsup/w32api/include/shellapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api') 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 -- cgit v1.2.3