_SHExpandEnvironmentStrings should return input string if no % found
commitc639af64bea787303a6bd8cca50aecb8ae82d826
authorJuan Lang <juan_lang@yahoo.com>
Wed, 27 Oct 2004 21:17:30 +0000 (27 21:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Oct 2004 21:17:30 +0000 (27 21:17 +0000)
tree1674989adea458d08af886e8305e67f850adaf26
parent1b17b258ac5a0a6492b6b6dd9b9578c7f7d3d62a
_SHExpandEnvironmentStrings should return input string if no % found
to expand, and should call ExpandEnvironmentStringsW if it doesn't
handle an environment variable directly.  Based on a patch from Dan
Kegel.
dlls/shell32/shellpath.c