reactos/sdk/tools/mkhive
Victor Perevertkin 7e069ccdb2
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
2020-04-16 15:59:38 +03:00
..
binhive.c [MKHIVE] Minor code formatting. 2018-10-14 16:28:13 +02:00
binhive.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
cmi.c [MKHIVE] Minor code formatting. 2018-10-14 16:28:13 +02:00
cmi.h [MKHIVE] Minor code formatting. 2018-10-14 16:28:13 +02:00
mkhive.c [MKHIVE] Fix some compilation warnings. 2018-10-19 00:25:19 +02:00
mkhive.h [MKHIVE] Return win32-like error codes for functions that expect to do so. Fix and comment out some unused ERROR_xxx/STATUS_xxx defines. 2018-10-14 17:10:04 +02:00
reginf.c [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
reginf.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
registry.c [MKHIVE] Minor code rearrangement. 2018-10-20 19:52:07 +02:00
registry.h [MKHIVE] Return win32-like error codes for functions that expect to do so. Fix and comment out some unused ERROR_xxx/STATUS_xxx defines. 2018-10-14 17:10:04 +02:00
rtl.c [MKHIVE] Fix some compilation warnings. 2018-10-19 00:25:19 +02:00