Hugh McMaster : reg: Split 'add' functions from reg.c.
Module: wine Branch: master Commit: 7e7d92d5e97f89a409db0dd091419b4f1bfe7ed4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e7d92d5e97f89a409db0dd09... Author: Hugh McMaster <hugh.mcmaster(a)outlook.com> Date: Wed Mar 17 23:38:06 2021 +1100 reg: Split 'add' functions from reg.c. Signed-off-by: Hugh McMaster <hugh.mcmaster(a)outlook.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/reg/Makefile.in | 1 + programs/reg/add.c | 213 +++++++++++++++++++++++++++++++++++++++++++++++ programs/reg/reg.c | 192 ------------------------------------------ programs/reg/reg.h | 4 + 4 files changed, 218 insertions(+), 192 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e7d92d5e97f89a409db0...
participants (1)
-
Alexandre Julliard