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

This commit is contained in:
Rob Shearman 2007-01-09 17:14:45 +00:00 committed by Alexandre Julliard
parent 84158d6742
commit beaaf0514f
1 changed files with 2 additions and 1 deletions

View File

@ -704,7 +704,8 @@ static DWORD WINAPI rpc_sendreceive_thread(LPVOID param)
{
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);