mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
8ccf098ee6
Irp->IoStatus.Information. (AfdUnload): Make it STDCALL. (DriverEntry): Don't cast function pointers. reactos/drivers/net/afd/afd/dispatch.c (AfdDispGetName): New function, still incomplete. reactos/drivers/net/afd/include/afd.h (AfdDispGetName): Declare. reactos/drivers/net/tcpip/tcpip/main.c (TiDispatchOpenClose): Use STDCALL instead of STDCALL_FUNC. (TiUnload): Make it STDCALL. (DriverEntry): Don't cast function pointers. reactos/drivers/net/tcpip/transport/tcp/tcp.c (TCPConnect): Don't free the NDIS buffer, it's already done on another place and return STATUS_PENDING to avoid completing the Irp two times. reactos/lib/msafd/misc/stubs.c (WSPGetSockName, WSPGetPeerName): Moved to ... reactos/lib/msafd/misc/dllmain.c (WSPGetSockName, WSPGetPeerName): ... here, direct the calls to afd.sys. svn path=/trunk/; revision=8132 |
||
---|---|---|
freeldr | ||
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps |