Rev | Line | |
---|
[4491] | 1 | #ifndef RPC_NO_WINDOWS_H
|
---|
| 2 | #include <windows.h>
|
---|
| 3 | #endif
|
---|
| 4 |
|
---|
| 5 | #ifndef __RPC_H__
|
---|
| 6 | #define __RPC_H__
|
---|
| 7 |
|
---|
| 8 | #ifdef __cplusplus
|
---|
| 9 | extern "C" {
|
---|
| 10 | #endif
|
---|
| 11 |
|
---|
| 12 | #define __RPC_WIN32__
|
---|
| 13 | #define __RPC_NT__
|
---|
| 14 |
|
---|
| 15 | #ifndef __MIDL_USER_DEFINED
|
---|
| 16 | #define midl_user_allocate MIDL_user_allocate
|
---|
| 17 | #define midl_user_free MIDL_user_free
|
---|
| 18 | #define __MIDL_USER_DEFINED
|
---|
| 19 | #endif
|
---|
| 20 |
|
---|
| 21 | #define RPC_UNICODE_SUPPORTED
|
---|
| 22 | #define __RPC_FAR
|
---|
[5598] | 23 | #define __RPC_API
|
---|
| 24 | #define __RPC_USER
|
---|
| 25 | #define __RPC_STUB
|
---|
[4491] | 26 | #define RPC_ENTRY __stdcall
|
---|
| 27 |
|
---|
[5598] | 28 | #include "rpcdce.h"
|
---|
[4491] | 29 |
|
---|
| 30 | #ifdef __cplusplus
|
---|
| 31 | }
|
---|
| 32 | #endif
|
---|
| 33 |
|
---|
| 34 | #endif
|
---|
| 35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.