From f500fbfbde3e08d96ef7e7500eef21c32ab3cd9b Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 13 Jun 2011 19:34:06 +0000 Subject: [PATCH] [browseui] - Fix some compilation errors with msvc svn path=/trunk/; revision=52218 --- reactos/lib/atl/atlwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/atl/atlwin.h b/reactos/lib/atl/atlwin.h index 3d4b344018e..fa5550e38c8 100644 --- a/reactos/lib/atl/atlwin.h +++ b/reactos/lib/atl/atlwin.h @@ -24,7 +24,7 @@ #define GCCU(x) x __attribute__((unused)) #define Unused(x) #else -#define GCCU(x) +#define GCCU(x) (x) #define Unused(x) (x); #endif // __GNUC__