Commit 381e6475 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Dummy RPC exception macros.

parent 8e382337
......@@ -49,4 +49,14 @@ typedef void* I_RPC_HANDLE;
#include "excpt.h"
#include "winerror.h"
/* ignore exception handling for now */
#define RpcTryExcept if (1) {
#define RpcExcept(expr) } else {
#define RpcEndExcept }
#define RpcTryFinally
#define RpcFinally
#define RpcEndFinally
#define RpcExceptionCode() 0
/* #define RpcAbnormalTermination() abort() */
#endif /*__WINE_RPC_H */
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