diff options
Diffstat (limited to 'winsup/w32api/include/rpc.h')
-rw-r--r-- | winsup/w32api/include/rpc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/include/rpc.h b/winsup/w32api/include/rpc.h index 0e3df5eaf..3ca74e9cd 100644 --- a/winsup/w32api/include/rpc.h +++ b/winsup/w32api/include/rpc.h @@ -17,6 +17,12 @@ extern "C" { #define RPC_UNICODE_SUPPORTED #endif +#ifdef _RPCRT4_ +#define RPCRTAPI DECLSPEC_EXPORT +#else +#define RPCRTAPI DECLSPEC_IMPORT +#endif + #ifndef __MIDL_USER_DEFINED #define midl_user_allocate MIDL_user_allocate #define midl_user_free MIDL_user_free |