Module: wine Branch: master Commit: b80de8721690947bcd2e86b658b261f201002039 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b80de8721690947bcd2e86b65...
Author: Hugh McMaster hugh.mcmaster@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@outlook.com Signed-off-by: Alexandre Julliard julliard@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...