Module: wine
Branch: master
Commit: a899caac7b0468c9a5f9953828cf6b5ecbe70e33
URL: https://gitlab.winehq.org/wine/wine/-/commit/a899caac7b0468c9a5f9953828cf6b…
Author: Eric Pouech <epouech(a)codeweavers.com>
Date: Thu Apr 25 18:00:05 2024 +0200
cmd: Introduce structure CMD_REDIRECTION.
This structure will hold information for a redirection, and
can be chained in a list when multiple redirections are listed.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
---
programs/cmd/batch.c | 2 +-
programs/cmd/wcmd.h | 21 +++-
programs/cmd/wcmdmain.c | 322 +++++++++++++++++++++++++++---------------------
3 files changed, 200 insertions(+), 145 deletions(-)