[NETSH] Add a special code path to execute commands that follow the pushd command This enables the execution of commands like 'pushd interface ip' which is emitted by the dump command of WinXPs ifmon.dll. [DH] base/applications/network/netsh/interpreter.c
[PSDK][INCLUDE/WINE] Introduce our own shlwapi.h for PSDK and import wine-10.0 shlwapi.h for Wine code (#8419) - [PSDK] Introduce our own Microsoft compatible and MIT-licensed shlwapi.h and fix breaking changes - [INCLUDE/WINE] Import shlwapi.h from wine-10.0 for use with Wine compatible code - [CMAKELISTS.TXT] Bump up IE version from IE60 to IE60SP2. This is required because […]
[NETSH] Implement MakeQuotedString() and FreeQuotedString() These functions are used by WinXPs ifmon.dll. [DH] base/applications/network/netsh/netsh.c [DH] base/applications/network/netsh/netsh.spec [DH] sdk/include/reactos/netsh_undoc.h
[NETSH] Fix help output - Increase the output buffer for context and group help texts. - Use a heap buffers to load and format the command help texts. - Pass the full command name to FormatMessage to make help output work with WinXP helpers. - Adjust the internal help texts accordingly. [DH] base/applications/network/netsh/help.c [DH] base/applications/network/netsh/interpreter.c […]