ole32: Fix a comment in rpc_sendreceive_thread that wasn't correct.

Robert Shearman rob at codeweavers.com
Tue Jan 9 11:14:45 CST 2007


---
  dlls/ole32/rpc.c |    3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)
-------------- next part --------------
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);


More information about the wine-patches mailing list