mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
[PSDK] Update mmreg.h and rpcndr.h. CORE-13762
This commit is contained in:
parent
85d9a38ac0
commit
dc0774d8d0
2 changed files with 48 additions and 0 deletions
|
@ -42,6 +42,18 @@ extern "C" {
|
|||
# define CONST_VTBL
|
||||
#endif
|
||||
|
||||
#ifndef EXTERN_GUID
|
||||
#ifdef __cplusplus
|
||||
#define EXTERN_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||
EXTERN_C const GUID DECLSPEC_SELECTANY name DECLSPEC_HIDDEN; \
|
||||
EXTERN_C const GUID DECLSPEC_SELECTANY name = \
|
||||
{ l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
||||
#else
|
||||
#define EXTERN_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||
EXTERN_C const GUID name
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* stupid #if can't handle casts... this __stupidity
|
||||
is just a workaround for that limitation */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue