mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
8ccf098ee6c58381fb358ae987379ee37b08cb48
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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%