reactos/base
Hermès Bélusca-Maïto b9ca9b0061
[SETUPLIB] Don't create new INI sections or key-values if they already exist (#6815)
- If a section already exists, return the existing one. This allows
  avoiding different section entries with the same name in the cache.
  If an INI file has separate sections with the same name, their
  contents (key-values) get merged into a unique section.

- If a key-value already exists, update its data value and return the
  existing one. (Note that this may be subject to behaviour change in
  the future.)
2024-05-05 18:15:31 +02:00
..
applications [TASKMGR] Process page: Allow using "Open File Location" functionality without running Explorer shell 2024-04-26 07:16:00 +07:00
services [UMPNPMGR] PNP_RegisterNotification(): Fix a string format (#6211) 2023-12-23 21:50:47 +01:00
setup [SETUPLIB] Don't create new INI sections or key-values if they already exist (#6815) 2024-05-05 18:15:31 +02:00
shell Check if dwBandID is NULL before getting band object (#6738) 2024-04-15 01:08:01 +02:00
system [DISKPART][MC] Update Romanian (ro-RO) translation for message table (#6509) 2024-03-23 21:09:42 +01:00
CMakeLists.txt