[browseui]

- keep the hacky declaration of SHANDLE_PTR and make it work with msvc as well
- Make BEGIN_MSG_MAP compatible with msvc

svn path=/trunk/; revision=48376
This commit is contained in:
Giannis Adamopoulos 2010-07-31 07:53:06 +00:00
parent f271e405f4
commit 7d1896ae99
2 changed files with 1 additions and 3 deletions

View file

@ -124,9 +124,7 @@ TODO:
"language='*'\"")
#endif // __GNUC__
#ifdef __GNUC__
#define SHANDLE_PTR LONG
#endif // __GNUC__
struct categoryCacheHeader
{

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__