Commit f9785543 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

combase: Don't export hProxyDll or rpc_execute_call.

parent e8b0e7c1
......@@ -19,7 +19,7 @@
#include "wine/list.h"
extern HINSTANCE hProxyDll;
extern HINSTANCE hProxyDll DECLSPEC_HIDDEN;
struct apartment
{
......@@ -132,7 +132,7 @@ HRESULT rpc_register_channel_hook(REFGUID rguid, IChannelHook *hook) DECLSPEC_HI
void rpc_unregister_channel_hooks(void) DECLSPEC_HIDDEN;
struct dispatch_params;
void rpc_execute_call(struct dispatch_params *params);
void rpc_execute_call(struct dispatch_params *params) DECLSPEC_HIDDEN;
enum class_reg_data_origin
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment