[NETAPI32][WKSSVC][IDL] Revert workaround for union _WKSTA_INFO After fixing the union issue in the RPC runtime, revert all workarounds one by one. Return to the original declaration of union _WKSTA_INFO and fix NetrWkstaGetInfo and NetrWkstaSetInfo. [DH] base/services/wkssvc/rpcserver.c [DH] dll/win32/netapi32/wksta_new.c [DH] sdk/include/reactos/idl/wkssvc.idl
[WINESYNC][COMCTL32] Fix Exception in PROPSHEET_DoCommand (#7943) CORE-20036 Import Wine commit: comctl32: Avoid segfault in PROPSHEET_DoCommand when psInfo is NULL. wine commit id affd5177bba907a015d1c6fc8ac9970731125268 by Yuri Hérouard [DH] dll/win32/comctl32/propsheet.c
[NETWORK:NE2000] Move the NDIS_* defines to the CMakeFiles.txt [DH] drivers/network/dd/ne2000/CMakeLists.txt [DH] drivers/network/dd/ne2000/include/ne2000.h
[NDIS] NdisRegisterProtocol(): Add a comment about NDIS51 (#8314) CORE-20300 - `NdisRegisterProtocol()`: Add a comment about `NDIS51`: the `NDIS50_PROTOCOL_CHARACTERISTICS` structure is common to both NDIS 5.0 and 5.1. This is in contrast to the `NDIS50/NDIS51_MINIPORT_CHARACTERISTICS` structures, see for example commit 3e169e3cb2 (r49961). - Remove obsolete SOURCES file. Addendum to commit d9e83ed22d (r40142). [DH] drivers/network/ndis/ndis/SOURCES [DH] drivers/network/ndis/ndis/protocol.c