Module: wine Branch: master Commit: beaaf0514fa194081005e232f43bf99453abc383 URL: http://source.winehq.org/git/wine.git/?a=commit;h=beaaf0514fa194081005e232f4...
Author: Rob Shearman rob@codeweavers.com Date: Tue Jan 9 17:14:45 2007 +0000
ole32: Fix a comment in rpc_sendreceive_thread that wasn't correct.
---
dlls/ole32/rpc.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c index 4f35ea1..f063883 100644 --- a/dlls/ole32/rpc.c +++ b/dlls/ole32/rpc.c @@ -704,7 +704,8 @@ static DWORD WINAPI rpc_sendreceive_thre { struct dispatch_params *data = (struct dispatch_params *) param;
- /* FIXME: trap and rethrow RPC exceptions in app thread */ + /* Note: I_RpcSendReceive doesn't raise exceptions like the higher-level + * RPC functions do */ data->status = I_RpcSendReceive((RPC_MESSAGE *)data->msg);
TRACE("completed with status 0x%lx\n", data->status);