dplayx: NS_GetOtherMagic() is not used, so remove it.
[wine] / dlls / rpcrt4 / rpc_server.c
2003-04-19  Ove KaavenFixed a race condition on RPC worker thread creation...
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-11-01  Greg TurnerFix some problems found by winapi_check.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-23  Greg TurnerFixed a tiny trace bug.
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-21  Greg TurnerStubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
2002-10-19  Greg TurnerFix up RpcMgmtWaitServerListen to be less incorrect.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.