reactos/dll
Hermès Bélusca-Maïto 3b800165b0
[SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation.
Pressing Shift-F10 to open cmd.exe when the setup program runs from
a different current directory than System32, now works correctly.

Use the 2nd CreateProcessW() `lpCommandLine` parameter, instead of the
1st parameter `lpApplicationName`, so as to use default path search.
The command-line buffer given to the 2nd-parameter can be temporarily
modified by CreateProcessW(), thus use an on-stack buffer.

https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw#parameters
2024-12-24 12:22:42 +01:00
..
3rdparty Fix various inet_ntop definitions 2024-11-02 21:57:28 +01:00
appcompat [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
cpl [RESOURCES] Remove redundant #pragma code_page(), includes, etc. 2024-12-22 18:39:26 +01:00
directx [3RDPARTY] Link to oldnames for stricmp/wcsicmp 2024-10-20 14:12:25 +03:00
ime [MSCTFIME] Add Romanian (ro-RO) translation (#7365) 2024-12-06 21:02:30 +01:00
keyboard [KEYBOARD] Fix left key code in extended_key_names in several layouts (#7311) 2024-09-08 02:32:27 +03:00
nls [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
np
ntdll [NTOS:KE/x64] Fix unwinding in KiUserApcDispatcher 2024-12-16 16:19:32 +02:00
opengl [CMAKE] Fix warning about redefinition of NDEBUG on release builds 2024-10-25 14:37:52 +03:00
shellext [NETSHELL] Handle DefView accelerators (#7572) 2024-12-22 21:27:20 +01:00
win32 [SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation. 2024-12-24 12:22:42 +01:00
CMakeLists.txt Rework apisets to use a table 2024-04-27 22:51:34 +02:00