diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-10-14 23:15:32 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-10-14 23:15:32 +0100 |
commit | 775b6861666af36d317fb577cf489e2c6377f878 (patch) | |
tree | 2ae8c829eb861c85a6e2b5acf42f51919a0d78f2 /command_line/CmdLine/Src/CLMain.c | |
parent | b8df05413a4e8b299de07b915cddce73a3bb16e3 (diff) | |
download | MWCC-775b6861666af36d317fb577cf489e2c6377f878.tar.gz MWCC-775b6861666af36d317fb577cf489e2c6377f878.zip |
add tons of stuff
Diffstat (limited to '')
-rw-r--r-- | command_line/CmdLine/Src/CLMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command_line/CmdLine/Src/CLMain.c b/command_line/CmdLine/Src/CLMain.c index 065ae5b..f8247c4 100644 --- a/command_line/CmdLine/Src/CLMain.c +++ b/command_line/CmdLine/Src/CLMain.c @@ -71,8 +71,8 @@ static SInt16 CLT_GetPanelList(const CWPanelList **panelList) { } static SInt16 CLT_GetTargetList(const CWTargetList **targetList) { - static FourCharCode sCPU = CWFOURCHAR('*','*','*','*'); - static FourCharCode sOS = CWFOURCHAR('*','*','*','*'); + static FourCharCode sCPU = targetCPUAny; + static FourCharCode sOS = targetOSAny; static CWTargetList sTargetList = { kCurrentCWTargetListVersion, 1, |