mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 07:05:42 +00:00
[PSDK] Define rpcndr.h DECLSPEC_UUID in consistency with the one in winnt.h. Fixes some redefinition warnings.
svn path=/trunk/; revision=65762
This commit is contained in:
parent
b992e53d8e
commit
b2b224b527
1 changed files with 8 additions and 1 deletions
|
@ -142,7 +142,14 @@ typedef void (__RPC_USER *NDR_RUNDOWN)(void *context);
|
||||||
typedef void (__RPC_USER *NDR_NOTIFY_ROUTINE)(void);
|
typedef void (__RPC_USER *NDR_NOTIFY_ROUTINE)(void);
|
||||||
typedef void (__RPC_USER *NDR_NOTIFY2_ROUTINE)(boolean flag);
|
typedef void (__RPC_USER *NDR_NOTIFY2_ROUTINE)(boolean flag);
|
||||||
|
|
||||||
#define DECLSPEC_UUID(x)
|
#ifndef DECLSPEC_UUID
|
||||||
|
#if defined(_MSC_VER) && defined(__cplusplus)
|
||||||
|
#define DECLSPEC_UUID(x) __declspec(uuid(x))
|
||||||
|
#else
|
||||||
|
#define DECLSPEC_UUID(x)
|
||||||
|
#endif
|
||||||
|
#endif /* DECLSPEC_UUID */
|
||||||
|
|
||||||
#define MIDL_INTERFACE(x) struct
|
#define MIDL_INTERFACE(x) struct
|
||||||
|
|
||||||
struct _MIDL_STUB_MESSAGE;
|
struct _MIDL_STUB_MESSAGE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue