reactos/base/shell
Hermès Bélusca-Maïto cb2a9c31a6
[CMD] Some fixes for getting the enhanced '%~XXX' batch/FOR variables.
CORE-11857 CORE-13736

It will be followed with a separate fix for the FOR-loop code.
Fixes some cmd_winetests.

A NULL pointer can be returned for a valid existing batch/FOR variable,
in which case the enhanced-variable getter should return an empty string.
This situation can happen e.g. when forcing a FOR-loop to tokenize a
text line with not enough tokens in it.
2020-09-19 19:44:54 +02:00
..
cmd [CMD] Some fixes for getting the enhanced '%~XXX' batch/FOR variables. 2020-09-19 19:44:54 +02:00
explorer [EXPLORER] Registry key not closed on error (#3136) 2020-09-08 21:55:45 +02:00
filebrowser [FILEBROWSER] 2018-11-27 10:33:45 +02:00
progman [PROGMAN][CRT][USER32] Do not use LoadLibraryEx() NT6+ flags (#3152) 2020-09-13 23:42:09 +02:00
rshell [RSHELL] Disable exceptions in atl when compiling without exceptions 2019-04-18 19:21:39 +02:00
CMakeLists.txt