Implements support for a '/v' parameter to winecfg allowing the Windows version to be changed using the same logic as the winecfg UI.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41559 Signed-off-by: Owen Rudge orudge@codeweavers.com --- programs/winecfg/appdefaults.c | 101 +++++++++++++++++++++------------ programs/winecfg/main.c | 38 ++++++++----- programs/winecfg/winecfg.h | 3 + 3 files changed, 91 insertions(+), 51 deletions(-)