[browseui]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Mon, 13 Jun 2011 19:34:06 +0000 (19:34 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Mon, 13 Jun 2011 19:34:06 +0000 (19:34 +0000)
- Fix some compilation errors with msvc

svn path=/trunk/; revision=52218

reactos/lib/atl/atlwin.h

index 3d4b344..fa5550e 100644 (file)
@@ -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__