Dummy RPC exception macros.

oldstable
Ove Kaaven 2003-04-19 20:06:58 +00:00 committed by Alexandre Julliard
parent 8e38233736
commit 381e64758b
1 changed files with 10 additions and 0 deletions

View File

@ -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 */