Implemented NetDll_shutdown.
De-borked LoadFdset/StoreFdset in regards to handling of correct counts and invalid sockets.
This commit is contained in:
@@ -317,6 +317,7 @@ using lpunknown_t = const shim::PointerParam&;
|
||||
template <typename T>
|
||||
using pointer_t = const shim::TypedPointerParam<T>&;
|
||||
|
||||
using int_result_t = shim::Result<int32_t>;
|
||||
using dword_result_t = shim::Result<uint32_t>;
|
||||
using pointer_result_t = shim::Result<uint32_t>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user