rpcrt4: The arm type mask should be comparing the highest byte against 0x80, as docum...
[wine] / dlls / rpcrt4 / rpc_transport.c
2006-05-15  Francois Gougetrpcrt4: Fix some conditional includes.
2006-05-07  Robert Shearmanrpcrt4: Use getaddrinfo to get the sockaddr.
2006-04-21  Mike McCormackrpcrt4: Invalid sockets should have a value of -1.
2006-04-21  Mike McCormackrpcrt4: Add support for the ncacn_ip_tcp transport...
2006-04-21  Mike McCormackrpcrt4: Add a stub transport layer for ncacn_ip_tcp.
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-21  Mike McCormackrpcrt4: Move the connected check inside the named pipe...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...