mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[browseui]
- Fix some compilation errors with msvc svn path=/trunk/; revision=52218
This commit is contained in:
@@ -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__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user