Fix incorrect guard added in last commit

This commit is contained in:
Chris Sutcliffe 2008-10-04 19:56:26 +00:00
parent b36289958c
commit 32c4e2bca7
1 changed files with 1 additions and 1 deletions

View 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