rpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkItem since the
commit98c87d0e70861a59b409ea123434882709d966a5
authorRob Shearman <rob@codeweavers.com>
Thu, 4 Jan 2007 18:23:53 +0000 (4 18:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2007 20:13:49 +0000 (4 21:13 +0100)
tree555452437a3384fd6eae47d1f6c1c2f62423e7d3
parent40b39b06d47d2a7feb88929ccbe90319d2ae6a69
rpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkItem since the
function being called can sometimes take a long time to return and we
almost always want a new thread to be created if there are no free
threads available.
dlls/rpcrt4/rpc_server.c