Hugh McMaster : reg: Split 'query' functions from reg.c.
Module: wine Branch: master Commit: b80de8721690947bcd2e86b658b261f201002039 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b80de8721690947bcd2e86b65... Author: Hugh McMaster <hugh.mcmaster(a)outlook.com> Date: Wed Mar 17 23:38:04 2021 +1100 reg: Split 'query' 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/query.c | 329 +++++++++++++++++++++++++++++++++++++++++++++++ programs/reg/reg.c | 315 +-------------------------------------------- programs/reg/reg.h | 16 ++- 4 files changed, 346 insertions(+), 315 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b80de8721690947bcd2e8...
participants (1)
-
Alexandre Julliard