[browseui]

- Fix some compilation errors with msvc

svn path=/trunk/; revision=52218
This commit is contained in:
Giannis Adamopoulos
2011-06-13 19:34:06 +00:00
parent 330b33ea0d
commit f500fbfbde
+1 -1
View 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__