reactos/boot/freeldr
Hermès Bélusca-Maïto 2b31977838
[FREELDR] Add RegCloseKey() and use it where registry keys need to be closed.
Actually, RegCloseKey() is here a dummy macro that just "returns"
success. Indeed, the internal implementation of RegOpenKey() doesn't
really allocate internal structures: it just returns a "pointer" to
already existing allocated data. Therefore nothing needs to be closed/freed
later on.
2021-11-19 03:55:21 +01:00
..
bootsect [REACTOS] Remove PowerPC Open Firmware-related code 2021-09-24 04:13:08 +03:00
fdebug [FDEBUG] Switch to ZeroMemory() from memset(). 2021-11-19 02:22:15 +01:00
freeldr [FREELDR] Add RegCloseKey() and use it where registry keys need to be closed. 2021-11-19 03:55:21 +01:00
install [FREELDR][INSTALL][FDEBUG] Include FreeLDR tools in LiveCD and HybridCD (#2550) 2020-04-15 12:37:21 +02:00
tools
CMakeLists.txt
FREELDR.INI [FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF 2020-11-04 19:59:28 +01:00
notes.txt