mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
[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:
parent
f271e405f4
commit
7d1896ae99
2 changed files with 1 additions and 3 deletions
|
@ -124,9 +124,7 @@ TODO:
|
|||
"language='*'\"")
|
||||
#endif // __GNUC__
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define SHANDLE_PTR LONG
|
||||
#endif // __GNUC__
|
||||
|
||||
struct categoryCacheHeader
|
||||
{
|
||||
|
|
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in a new issue