diff options
Diffstat (limited to 'include/win2k.h')
-rw-r--r-- | include/win2k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/win2k.h b/include/win2k.h index 791e11ada9..f35d1bb3c0 100644 --- a/include/win2k.h +++ b/include/win2k.h @@ -291,7 +291,7 @@ File created by Christian Kostner, and tweaked a bit by Richard Hughes*/ #define NIN_BALLOONTIMEOUT (WM_USER + 4)
#define NIN_BALLOONUSERCLICK (WM_USER + 5)
// SDK isn't present or some older VC compiler was used, include missing things.
-#elif !defined(NOWIN2K) && ( !defined WS_EX_LAYERED || !defined IDC_HAND)
+#elif !defined(NOWIN2K) && (!defined WS_EX_LAYERED || !defined IDC_HAND)
#pragma message("win2k.h")
|