mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
f2ca35bd80
Calling GetConsoleCP() when ReadConsoleW() fails (potentially indicating that cmd.exe's instance isn't attached to a console) makes no sense. In details, since GetConsoleCP() returns 0 when not attached to a console to indicate error, we're in fact using CP_ACP. So fallback explicitely to OEM CP (which is the default for CUI programs). Signed-off-by: Eric Pouech <eric.pouech@gmail.com> |
||
---|---|---|
.. | ||
arp | ||
aspnet_regiis | ||
attrib | ||
cabarc | ||
cacls | ||
certutil | ||
chcp.com | ||
clock | ||
cmd | ||
conhost | ||
control | ||
cscript | ||
dism | ||
dllhost | ||
dplaysvr | ||
dpnsvr | ||
dpvsetup | ||
dxdiag | ||
eject | ||
expand | ||
explorer | ||
extrac32 | ||
fc | ||
find | ||
findstr | ||
fsutil | ||
hh | ||
hostname | ||
icacls | ||
icinfo | ||
iexplore | ||
ipconfig | ||
lodctr | ||
mofcomp | ||
mshta | ||
msidb | ||
msiexec | ||
msinfo32 | ||
net | ||
netsh | ||
netstat | ||
ngen | ||
notepad | ||
oleview | ||
ping | ||
plugplay | ||
powershell | ||
presentationfontcache | ||
progman | ||
reg | ||
regasm | ||
regedit | ||
regini | ||
regsvcs | ||
regsvr32 | ||
robocopy | ||
rpcss | ||
rundll.exe16 | ||
rundll32 | ||
sc | ||
schtasks | ||
sdbinst | ||
secedit | ||
servicemodelreg | ||
services | ||
setx | ||
shutdown | ||
spoolsv | ||
start | ||
subst | ||
svchost | ||
systeminfo | ||
taskkill | ||
tasklist | ||
taskmgr | ||
termsv | ||
uninstaller | ||
unlodctr | ||
view | ||
wevtutil | ||
where | ||
whoami | ||
wineboot | ||
winebrowser | ||
winecfg | ||
wineconsole | ||
winedbg | ||
winedevice | ||
winefile | ||
winemenubuilder | ||
winemine | ||
winemsibuilder | ||
winepath | ||
winetest | ||
winevdm | ||
winhelp.exe16 | ||
winhlp32 | ||
winmgmt | ||
winoldap.mod16 | ||
winver | ||
wmic | ||
wmplayer | ||
wordpad | ||
write | ||
wscript | ||
wuauserv | ||
wusa | ||
xcopy |