reactos/base
Hermès Bélusca-Maïto 90831e7451
[SERVICES] Use pointers to const string (PCWSTR) instead of non-const for argv (#7440)
const PCWSTR* == const (const WCHAR*)* == (const WCHAR*) const *
2024-10-19 18:29:03 +02:00
..
applications [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
services [WUAUSERV] Improve some DPRINTs 2024-10-10 22:44:46 +02:00
setup [USETUP] CabinetExtractFile(): Do not overwrite Status value (#7456) 2024-10-16 12:20:41 +02:00
shell [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
system [SERVICES] Use pointers to const string (PCWSTR) instead of non-const for argv (#7440) 2024-10-19 18:29:03 +02:00
CMakeLists.txt